ROSE
0.9.6a
|
#include <rose_attributes_list.h>
Public Member Functions | |
ROSEAttributesListContainer () | |
~ROSEAttributesListContainer () | |
void | addList (std::string fileName, ROSEAttributesList *listPointer) |
bool | isInList (const std::string &fName) |
void | dumpContents (void) |
void | deepClean (void) |
void | clean (void) |
ROSEAttributesList & | operator[] (const std::string &fName) |
std::map< std::string, ROSEAttributesList * > & | getList () |
void | display (const std::string &label) |
Private Attributes | |
std::map< std::string, ROSEAttributesList * > | attributeListMap |
Definition at line 562 of file rose_attributes_list.h.
ROSEAttributesListContainer::ROSEAttributesListContainer | ( | ) |
ROSEAttributesListContainer::~ROSEAttributesListContainer | ( | ) |
void ROSEAttributesListContainer::addList | ( | std::string | fileName, |
ROSEAttributesList * | listPointer | ||
) |
bool ROSEAttributesListContainer::isInList | ( | const std::string & | fName) |
void ROSEAttributesListContainer::dumpContents | ( | void | ) |
void ROSEAttributesListContainer::deepClean | ( | void | ) |
void ROSEAttributesListContainer::clean | ( | void | ) |
ROSEAttributesList& ROSEAttributesListContainer::operator[] | ( | const std::string & | fName) |
|
inline |
Definition at line 592 of file rose_attributes_list.h.
References attributeListMap.
void ROSEAttributesListContainer::display | ( | const std::string & | label) |
|
private |
Definition at line 568 of file rose_attributes_list.h.
Referenced by getList().