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

Classes

struct  has_dependent
 
struct  order_by_dependent
 

Public Member Functions

 dependency ()
 
 dependency (const string &dependent, const string &provider)
 
const string & Dependent () const
 
const string & Provider () const
 
bool operator< (const dependency &other) const
 

Private Attributes

string dependent_
 
string provider_
 

Constructor & Destructor Documentation

makefile_builder::dependency::dependency ( )
inline
makefile_builder::dependency::dependency ( const string &  dependent,
const string &  provider 
)
inline

Member Function Documentation

const string& makefile_builder::dependency::Dependent ( ) const
inline
bool makefile_builder::dependency::operator< ( const dependency other) const
inline
const string& makefile_builder::dependency::Provider ( ) const
inline

Member Data Documentation

string makefile_builder::dependency::dependent_
private
string makefile_builder::dependency::provider_
private

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