SAGA API  v9.5
CSG_Bytes_Array Class Reference

#include <api_core.h>

Public Member Functions

 CSG_Bytes_Array (void)
 
virtual ~CSG_Bytes_Array (void)
 
bool Destroy (void)
 
int Get_Count (void) const
 
CSG_BytesGet_Bytes (int i)
 
CSG_Bytesoperator[] (int i)
 
CSG_BytesAdd (void)
 

Detailed Description

Definition at line 899 of file api_core.h.

Constructor & Destructor Documentation

◆ CSG_Bytes_Array()

CSG_Bytes_Array::CSG_Bytes_Array ( void  )

Definition at line 1001 of file api_memory.cpp.

◆ ~CSG_Bytes_Array()

CSG_Bytes_Array::~CSG_Bytes_Array ( void  )
virtual

Definition at line 1009 of file api_memory.cpp.

References Destroy().

Member Function Documentation

◆ Add()

CSG_Bytes * CSG_Bytes_Array::Add ( void  )

Definition at line 1035 of file api_memory.cpp.

References SG_Realloc().

◆ Destroy()

bool CSG_Bytes_Array::Destroy ( void  )

Definition at line 1015 of file api_memory.cpp.

References SG_Free().

Referenced by ~CSG_Bytes_Array().

◆ Get_Bytes()

CSG_Bytes* CSG_Bytes_Array::Get_Bytes ( int  i)
inline

Definition at line 908 of file api_core.h.

◆ Get_Count()

int CSG_Bytes_Array::Get_Count ( void  ) const
inline

Definition at line 907 of file api_core.h.

◆ operator[]()

CSG_Bytes& CSG_Bytes_Array::operator[] ( int  i)
inline

Definition at line 909 of file api_core.h.


The documentation for this class was generated from the following files: