A DtXmlFileIo has the static functions for reading and writing to an XML archive.
More...
List of all members.
Static Public Member Functions |
| template<typename T > |
| static bool | write (const std::string &filePath, const T &t, const std::string &tagName="Record") |
| template<typename T > |
| static bool | read (const std::string &filePath, T &t, const std::string &tagName="Record") |
Private Member Functions |
| | DtXmlFileIo () |
| | Private CTOR. Cannot be constructed.
|
Detailed Description
A DtXmlFileIo has the static functions for reading and writing to an XML archive.
Constructor & Destructor Documentation
Private CTOR. Cannot be constructed.
Member Function Documentation
- Return values:
-
| true | if the file was opened and the record was written |
| false | if the file was unable to be opened, and the record was not written this function will not throw an exception. |
- Return values:
-
| true | if the file was opened and the record was filled. |
| false | if the file was unable to be opened, and the record was not modified. this function will not throw an exception. |
The documentation for this class was generated from the following file: