CFx SDK Documentation  2023 SP0
Classes | Macros | Functions
TfDwgFiler.h File Reference
#include "OdaSTL.h"
#include "DbFiler.h"
#include "RxDynamicModule.h"
#include <OdPlatformStreamer.h>
#include "../../ThirdParty/tinyxml/tinyxml.h"
#include "Tf/Tf.h"
#include "DbHistoryManager.h"
#include "OdBinaryData.h"
#include "OdList.h"

Go to the source code of this file.

Classes

struct  BinaryDataStruct
 
class  OdTfDwgFiler
 
class  ChangesCalculation
 
class  ApplyChanges
 
struct  ApplyChanges::TRecordNewObject
 

Macros

#define STL_USING_SET
 
#define STL_USING_STACK
 
#define STL_USING_STREAM
 

Functions

OdUInt32 encodeToBase64 (const unsigned char *bytesToEncode, OdUInt32 length, OdAnsiString &sOut, bool inQuotes=false)
 
OdUInt32 decodeBase64 (const OdAnsiString &stringToDecode, OdBinaryData &out)
 
OdString decodeBase64ToOdString (const char *data)
 

Macro Definition Documentation

◆ STL_USING_SET

#define STL_USING_SET

Definition at line 26 of file TfDwgFiler.h.

◆ STL_USING_STACK

#define STL_USING_STACK

Definition at line 27 of file TfDwgFiler.h.

◆ STL_USING_STREAM

#define STL_USING_STREAM

Definition at line 28 of file TfDwgFiler.h.

Function Documentation

◆ decodeBase64()

OdUInt32 decodeBase64 ( const OdAnsiString &  stringToDecode,
OdBinaryData out 
)
inline

Definition at line 462 of file TfDwgFiler.h.

◆ decodeBase64ToOdString()

OdString decodeBase64ToOdString ( const char *  data)
inline

Definition at line 505 of file TfDwgFiler.h.

◆ encodeToBase64()

OdUInt32 encodeToBase64 ( const unsigned char *  bytesToEncode,
OdUInt32  length,
OdAnsiString &  sOut,
bool  inQuotes = false 
)
inline

Definition at line 400 of file TfDwgFiler.h.