CFx SDK Documentation
2020SP3
|
Functions | |
OdUInt32 | writeValue (const OdDbHandle &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const int valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const long int valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const OdUInt64 &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const double &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const std::string &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const OdAnsiString &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const OdString &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | writeValue (const char &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const OdDbHandle &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (int valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const OdUInt64 &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const double &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const std::string &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const OdString &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const OdAnsiString &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
OdUInt32 | appendValue (const char &valueToWrite, std::vector< OdUInt8 > &writeBuffer) |
void | appendValue (const char *bufferToWrite, OdUInt32 sizeBuffer, std::vector< OdUInt8 > &writeBuffer) |
template<class ValueType , class BufferType > | |
OdUInt32 | writeValue (const ValueType &valueToWrite, BufferType &writeBuffer, const OdUInt64 &writeBufferSize, const char *printfTemplate) |
template<class ValueType , OdUInt64 writeBufferSize> | |
OdUInt32 | appendValue (const ValueType &valueToWrite, std::vector< OdUInt8 > &writeBuffer, const char *printfTemplate) |
template<class ValueType , OdUInt64 writeBufferSize> | |
OdUInt32 | writeValue (const ValueType &valueToWrite, std::vector< OdUInt8 > &writeBuffer, const char *printfTemplate) |
template<class ValueType , OdUInt64 writeBufferSize> | |
OdUInt32 | writeValue (const ValueType &valueToWrite, OdUInt8 *writeBuffer, const char *printfTemplate) |
Variables | |
const OdUInt32 | writeErorCode = static_cast<OdUInt32>(-1) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const char & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
void OdDAI::WrUtils::appendValue | ( | const char * | bufferToWrite, |
OdUInt32 | sizeBuffer, | ||
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const double & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const OdAnsiString & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const OdDbHandle & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const OdString & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const OdUInt64 & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::appendValue | ( | const std::string & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
|
inline |
Definition at line 78 of file daiWriteUtils.h.
OdUInt32 OdDAI::WrUtils::writeValue | ( | const char & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const double & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const int | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const long int | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const OdAnsiString & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const OdDbHandle & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const OdString & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const OdUInt64 & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
OdUInt32 OdDAI::WrUtils::writeValue | ( | const std::string & | valueToWrite, |
std::vector< OdUInt8 > & | writeBuffer | ||
) |
|
inline |
Definition at line 68 of file daiWriteUtils.h.
|
inline |
Definition at line 102 of file daiWriteUtils.h.
|
inline |
Definition at line 96 of file daiWriteUtils.h.
Definition at line 45 of file daiWriteUtils.h.