CFx SDK Documentation 2024 SP0
Loading...
Searching...
No Matches
Classes | Macros
OdBlob.h File Reference
#include "MemoryStreamImpl.h"
#include "StaticRxObject.h"
#include "Ge/GePoint2d.h"
#include "Ge/GePoint3d.h"
#include "Ge/GeVector3d.h"

Go to the source code of this file.

Classes

class  OdBlob
 

Macros

#define BLOB_DATA(type, name)
 

Macro Definition Documentation

◆ BLOB_DATA

#define BLOB_DATA (   type,
  name 
)
Value:
inline type OdBlob::rd##name() \
{\
type val;\
getBytes(&val, sizeof(type));\
return val;\
}\
inline void OdBlob::wr##name(type val)\
{ putBytes(&val, sizeof(type));}
GLuint const GLchar * name
Definition: gles2_ext.h:265
GLuint GLsizei GLsizei GLint GLenum * type
Definition: gles2_ext.h:274

Definition at line 90 of file OdBlob.h.