|
Pol
Revision:cb584c9
|
#include <datastoreimp.h>
Inheritance diagram for Pol::Module::DataFileElement:Public Member Functions | |
| DataFileElement () | |
| DataFileElement (Clib::ConfigElem &elem) | |
| void | printOn (Clib::StreamWriter &sw) const |
Public Member Functions inherited from ref_counted | |
| unsigned int | add_ref () |
| unsigned int | count () const |
| unsigned int | release () |
Public Attributes | |
| Core::PropertyList | proplist |
Additional Inherited Members | |
Protected Member Functions inherited from ref_counted | |
| ref_counted () | |
| ~ref_counted ()=default | |
Protected Attributes inherited from ref_counted | |
| std::atomic< unsigned int > | _count |
Definition at line 31 of file datastoreimp.h.
| Pol::Module::DataFileElement::DataFileElement | ( | ) |
Definition at line 689 of file datastore.cpp.
|
explicit |
Definition at line 691 of file datastore.cpp.
References proplist, and Pol::Core::PropertyList::readRemainingPropertiesAsStrings().
| void Pol::Module::DataFileElement::printOn | ( | Clib::StreamWriter & | sw | ) | const |
Definition at line 697 of file datastore.cpp.
References Pol::Core::PropertyList::printPropertiesAsStrings(), and proplist.
| Core::PropertyList Pol::Module::DataFileElement::proplist |
Definition at line 38 of file datastoreimp.h.
Referenced by DataFileElement(), and printOn().