Cumulia Illustrator Rendering Engine v2.1.0
A Rendering engine for industrial CAD/CAE model and optimized for greatest performance
 
Loading...
Searching...
No Matches
cil::Int8Array Class Referencefinal

#include <typedarray.h>

Inheritance diagram for cil::Int8Array:
cil::TypedArray< char > cil::ArrayBuffer cil::Variant

Public Member Functions

 Int8Array (int size=0, char *data=nullptr, bool copy=true)
 
 Int8Array (const std::initializer_list< char > &array)
 
- Public Member Functions inherited from cil::TypedArray< char >
 TypedArray ()
 
virtual ~TypedArray ()
 
const char & operator[] (int index) const
 
char & operator[] (int index)
 
void set (int size, char *data=nullptr, bool copy=true)
 
void clear ()
 
int size () const
 
char * data ()
 
const char * data () const
 
- Public Member Functions inherited from cil::ArrayBuffer
 ArrayBuffer ()
 
virtual ~ArrayBuffer ()
 
- Public Member Functions inherited from cil::Variant
 Variant ()
 
virtual ~Variant ()
 
const std::string & type () const
 

Additional Inherited Members

- Protected Attributes inherited from cil::TypedArray< char >
char * m_data
 
int m_size
 
- Protected Attributes inherited from cil::Variant
std::string m_type
 

Constructor & Destructor Documentation

◆ Int8Array() [1/2]

cil::Int8Array::Int8Array ( int size = 0,
char * data = nullptr,
bool copy = true )

◆ Int8Array() [2/2]

cil::Int8Array::Int8Array ( const std::initializer_list< char > & array)