Collaboration diagram for DataSourcePathBuilder:
Public Member Functions | |
DataSourcePathBuilder () | |
virtual | ~DataSourcePathBuilder () |
void | addSection (IStringSection::Pointer part) |
Adds another section to the path. | |
void | clearSections () |
Clears the sections. | |
Private Member Functions | |
DataSourcePathBuilder (const DataSourcePathBuilder &) | |
void | operator= (const DataSourcePathBuilder &) |
Private Attributes | |
IStringSection::Collection | _parts |
DataSourcePathBuilder::DataSourcePathBuilder | ( | ) |
DataSourcePathBuilder::~DataSourcePathBuilder | ( | ) | [virtual] |
DataSourcePathBuilder::DataSourcePathBuilder | ( | const DataSourcePathBuilder & | ) | [private] |
void DataSourcePathBuilder::addSection | ( | IStringSection::Pointer | part | ) |
Adds another section to the path.
part | The part to add |
void DataSourcePathBuilder::clearSections | ( | ) |
Clears the sections.
void DataSourcePathBuilder::operator= | ( | const DataSourcePathBuilder & | ) | [private] |