The size of a const_array is known at compile time. More...
#include <type.h>
Public Member Functions | |
SHARED_DEFINE_MAKE_METHOD (constarray_type,(type *t, int64 num_elems, const string &typedef_name),(t, num_elems, typedef_name)) virtual bool operator | |
virtual type * | get_inner_type () |
virtual bool | is_constarray_type () const |
virtual string | to_string () const |
virtual type * | get_elem_type () |
virtual int64 | get_num_elems () |
virtual int | get_size () |
virtual int | get_asize () |
Protected Attributes | |
type * | elem_type |
int64 | num_elems |
Friends | |
class | boost::serialization::access |
The size of a const_array is known at compile time.