ByteArray Class Reference

#include <c4d_gedata.h>

Public Member Functions

 ByteArray ()
 
 ByteArray (const ByteArray &src)
 
 ~ByteArray ()
 
void Init (void *t_mem, Int t_size)
 
const ByteArrayoperator= (const ByteArray &b)
 

Public Attributes

Int size
 
void * mem
 

Detailed Description

Private. Internal.

Constructor & Destructor Documentation

◆ ByteArray() [1/2]

ByteArray ( )

◆ ByteArray() [2/2]

ByteArray ( const ByteArray src)

◆ ~ByteArray()

~ByteArray ( )

Member Function Documentation

◆ Init()

void Init ( void *  t_mem,
Int  t_size 
)

◆ operator=()

const ByteArray& operator= ( const ByteArray b)

Member Data Documentation

◆ size

Int size

◆ mem

void* mem