![]() |
|
PhoenixGenerator
2.2.0
Set of tools to generate code
|
#include "NanobindTraitDataStream.h"
Include dependency graph for NanobindTraitDataStream.cpp:Go to the source code of this file.
Functions | |
| void | registerDeserializationMethods (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) |
| registration of serialization methods | |
| void | registerSerializationMethods (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) |
| registration of serialization methods | |
| void | registerSizeMethod (std::ofstream &fs, const PClassConfig &classConfig, const GeneratorMode &mode) |
| registration of size method | |
| void registerDeserializationMethods | ( | std::ofstream & | fs, |
| const PClassConfig & | classConfig, | ||
| const GeneratorMode & | mode ) |
registration of serialization methods
| fs | stream to write to |
| classConfig | config of the class |
| mode | generator mode |
Definition at line 21 of file NanobindTraitDataStream.cpp.
References PClassConfig::getName().
Referenced by NanobindTraitDataStream::registerMethod().
Here is the call graph for this function:
Here is the caller graph for this function:| void registerSerializationMethods | ( | std::ofstream & | fs, |
| const PClassConfig & | classConfig, | ||
| const GeneratorMode & | mode ) |
registration of serialization methods
| fs | stream to write to |
| classConfig | config of the class |
| mode | generator mode |
Definition at line 36 of file NanobindTraitDataStream.cpp.
References PClassConfig::getName().
Referenced by NanobindTraitDataStream::registerMethod().
Here is the call graph for this function:
Here is the caller graph for this function:| void registerSizeMethod | ( | std::ofstream & | fs, |
| const PClassConfig & | classConfig, | ||
| const GeneratorMode & | mode ) |
registration of size method
| fs | stream to write to |
| classConfig | config of the class |
| mode | generator mode |
Definition at line 58 of file NanobindTraitDataStream.cpp.
References PClassConfig::getName().
Referenced by NanobindTraitDataStream::registerMethod().
Here is the call graph for this function:
Here is the caller graph for this function: