Theolizer
Version.1.2.0
serializer for C++ / Do you want to update your classes easily ?
|
保存用XmlSerializer [詳解]
#include <serializer_xml.h>
公開メンバ関数 | |
XmlOSerializer (std::ostream &iOStream, unsigned iGlobalVersionNo=kLastGlobalVersionNo, bool iNoPrettyPrint=false, bool iNoThrowException=false) | |
通常のコンストラクタ | |
XmlOSerializer (std::ostream &iOStream, bool iNoPrettyPrint, bool iNoThrowException=false) | |
GlobalVersionNo以外のオプションを指定するコンストラクタ | |
void | setCharIsMultiByte (bool iCharIsMultiByte) |
std::stringをマルチ・パイト文字コードとして処理するかどうか指定する | |
静的公開メンバ関数 | |
static bool | hasProperty (Property iProperty) |
XmlOSerializerのプロパティ返却(3-1-3.プロパティ 参照) | |
保存用XmlSerializer
serializer_xml.h の 677 行目に定義があります。