Size of a vararray may not be known at compile time. More...
#include <type.h>
Public Member Functions | |
SHARED_DEFINE_MAKE_METHOD (vararray_type,(type *t, expression *num_elems, const string &typedef_name),(t, num_elems, typedef_name)) virtual bool operator | |
virtual bool | is_vararray_type () const |
virtual string | to_string () const |
virtual type * | get_inner_type () |
virtual type * | get_elem_type () |
virtual expression * | get_num_elems () |
Protected Attributes | |
type * | elem_type |
expression * | num_elems |
Friends | |
class | boost::serialization::access |
Size of a vararray may not be known at compile time.