Whiteboard
An interface and tools for visualizing large and complex datasets
Classes | Public Member Functions | Private Attributes | List of all members
makefile_builder::subdir_and_target Class Reference

Classes

struct  order_by_subdir
 
struct  order_by_target
 

Public Member Functions

 subdir_and_target ()
 
 subdir_and_target (const string &subdir, const string &target)
 
const string & Subdir () const
 
const string & Target () const
 
bool operator< (const subdir_and_target &other) const
 
bool operator== (const subdir_and_target &other) const
 

Private Attributes

string subdir_
 
string target_
 

Constructor & Destructor Documentation

makefile_builder::subdir_and_target::subdir_and_target ( )
inline
makefile_builder::subdir_and_target::subdir_and_target ( const string &  subdir,
const string &  target 
)
inline

Member Function Documentation

bool makefile_builder::subdir_and_target::operator< ( const subdir_and_target other) const
inline
bool makefile_builder::subdir_and_target::operator== ( const subdir_and_target other) const
inline
const string& makefile_builder::subdir_and_target::Subdir ( ) const
inline
const string& makefile_builder::subdir_and_target::Target ( ) const
inline

Member Data Documentation

string makefile_builder::subdir_and_target::subdir_
private
string makefile_builder::subdir_and_target::target_
private

The documentation for this class was generated from the following file: