Pol  Rev 533
StoredConfigElem Class Reference

#include <cfgrepos.h>

+ Inheritance diagram for StoredConfigElem:
+ Collaboration diagram for StoredConfigElem:

List of all members.

Public Types

typedef
StoredConfigElem::PropImpList::const_iterator 
const_iterator

Public Member Functions

 StoredConfigElem (ConfigElem &elem)
 StoredConfigElem ()
 ~StoredConfigElem ()
void addprop (const std::string &propname, BObjectImp *imp)
pair< const_iterator,
const_iterator
equal_range (const std::string &propname) const
BObjectImpgetimp (const std::string &propname) const
BObjectImplistprops () const

Private Types

typedef std::multimap
< std::string, ref_ptr
< BObjectImp >, ci_cmp_pred
PropImpList

Private Member Functions

 StoredConfigElem (const StoredConfigElem &elem)
StoredConfigElemoperator= (const StoredConfigElem &)

Private Attributes

PropImpList propimps_

Detailed Description

Definition at line 31 of file cfgrepos.h.


Member Typedef Documentation

typedef StoredConfigElem::PropImpList::const_iterator StoredConfigElem::const_iterator

Definition at line 45 of file cfgrepos.h.

typedef std::multimap<std::string, ref_ptr<BObjectImp>, ci_cmp_pred > StoredConfigElem::PropImpList [private]

Definition at line 34 of file cfgrepos.h.


Constructor & Destructor Documentation

Definition at line 41 of file cfgrepos.cpp.

References addprop(), bobject_from_string(), and ConfigElem::remove_first_prop().

+ Here is the call graph for this function:

Definition at line 53 of file cfgrepos.cpp.

Definition at line 58 of file cfgrepos.cpp.


Member Function Documentation

void StoredConfigElem::addprop ( const std::string &  propname,
BObjectImp imp 
)

Definition at line 67 of file cfgrepos.cpp.

References propimps_.

Referenced by StoredConfigElem().

+ Here is the caller graph for this function:

Definition at line 96 of file cfgrepos.cpp.

References propimps_.

Referenced by ConfigFileExecutorModule::mf_GetConfigStringArray(), and ConfigFileExecutorModule::mf_GetConfigStringDictionary().

+ Here is the caller graph for this function:

BObjectImp * StoredConfigElem::getimp ( const std::string &  propname) const

Definition at line 82 of file cfgrepos.cpp.

References ObjArray::addElement(), ObjArray::contains(), String::copy(), and propimps_.

Referenced by ConfigFileExecutorModule::mf_ListConfigElemProps().

+ Here is the call graph for this function:

+ Here is the caller graph for this function:

StoredConfigElem& StoredConfigElem::operator= ( const StoredConfigElem ) [private]

Member Data Documentation

Definition at line 48 of file cfgrepos.h.

Referenced by addprop(), equal_range(), getimp(), and listprops().


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