Concept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process.
Plus de détails...
#include <arcane/utils/internal/json/rapidjson/reader.h>
Concept for receiving events from GenericReader upon parsing. The functions return true if no error occurs. If they return false, the event publisher should terminate the process.
typename Ch;
bool Null();
bool Bool(bool b);
bool Int(int i);
bool Uint(unsigned i);
bool Double(double d);
bool RawNumber(const Ch* str,
SizeType length, bool copy);
bool String(const Ch* str,
SizeType length, bool copy);
bool StartObject();
bool Key(const Ch* str,
SizeType length, bool copy);
bool StartArray();
};
Lecteur des fichiers de maillage via la bibliothèque LIMA.
Concept for receiving events from GenericReader upon parsing. The functions return true if no error o...
RAPIDJSON_NAMESPACE_BEGIN typedef unsigned SizeType
Size type (for string lengths, array sizes, etc.)
La documentation de cette classe a été générée à partir du fichier suivant :