|
Parameters::InMemoryXmlData − |
|
#include <InMemoryXmlData.h> |
|
Public Member Functions |
|
InMemoryXmlData (string identifier, string contents) |
|
~InMemoryXmlData () |
|
string getId () |
|
string getContent () |
|
const size_t getSize () |
|
Private Attributes |
|
string id |
|
string content |
|
Parameters::InMemoryXmlData::InMemoryXmlData (string identifier, string contents) [inline] Constructor. |
|
Parameters: |
|
identifier - string indicating a name/ID for the
data |
|
References content. |
|
Parameters::InMemoryXmlData::~InMemoryXmlData () [inline] |
|
string Parameters::InMemoryXmlData::getContent () [inline] |
|
References content. |
|
string Parameters::InMemoryXmlData::getId (void) [inline] |
|
References id. |
|
const size_t Parameters::InMemoryXmlData::getSize () [inline] |
|
References content. |
|
string Parameters::InMemoryXmlData::content [private] |
|
Referenced by getContent(), getSize(), and InMemoryXmlData(). |
|
string Parameters::InMemoryXmlData::id [private] |
|
Referenced by getId(). |
|
Generated automatically by Doxygen for ACS-2015.2 C++ API from the source code. |