#include <as_expr.g.hh>
Inheritance diagram for lestes::lang::cplus::sem::as_expression_sizeof_type:
Public Member Functions | |
ptr< as_type_id > | type_id_get () const |
The method type_id_get returns the value of the field as_expression_sizeof_type::type_id. | |
void | type_id_set (const ptr< as_type_id > &) |
The method type_id_set sets the field as_expression_sizeof_type::type_id to the given value. | |
virtual void | accept_as_expr_visitor (ptr< as_expr_visitor > v) |
virtual ptr< reflection_list > | reflection_get () const |
for purposes of dumping | |
virtual ptr< field_list_list > | field_values_get () const |
for purposes of dumping | |
Static Public Member Functions | |
static ptr< as_expression_sizeof_type > | create (ptr< ::lestes::std::source_location > a__as_base__location, ptr< as_type_id > a__as_expression_sizeof_type__type_id) |
First generated factory method for class as_expression_sizeof_type. | |
Protected Member Functions | |
as_expression_sizeof_type (ptr< ::lestes::std::source_location > a__as_base__location, ptr< as_type_id > a__as_expression_sizeof_type__type_id) | |
Generated constructor for class as_expression_sizeof_type. | |
virtual void | gc_mark () |
Marking routine for class as_expression_sizeof_type. | |
Private Attributes | |
srp< as_type_id > | type_id |
Static Private Attributes | |
static ptr< reflection_list > | reflection = reflection |
lestes::lang::cplus::sem::as_expression_sizeof_type::as_expression_sizeof_type | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
ptr< as_type_id > | a__as_expression_sizeof_type__type_id | |||
) | [protected] |
Generated constructor for class as_expression_sizeof_type.
Generated constructor for class as_expression_sizeof_type.
ptr< as_type_id > lestes::lang::cplus::sem::as_expression_sizeof_type::type_id_get | ( | ) | const |
The method type_id_get returns the value of the field as_expression_sizeof_type::type_id.
void lestes::lang::cplus::sem::as_expression_sizeof_type::type_id_set | ( | const ptr< as_type_id > & | x | ) |
The method type_id_set sets the field as_expression_sizeof_type::type_id to the given value.
[in] | x | The new value to set as_expression_sizeof_type::type_id to. |
void lestes::lang::cplus::sem::as_expression_sizeof_type::accept_as_expr_visitor | ( | ptr< as_expr_visitor > | v | ) | [virtual] |
Implements lestes::lang::cplus::sem::as_expression.
ptr< as_expression_sizeof_type > lestes::lang::cplus::sem::as_expression_sizeof_type::create | ( | ptr< ::lestes::std::source_location > | a__as_base__location, | |
ptr< as_type_id > | a__as_expression_sizeof_type__type_id | |||
) | [static] |
First generated factory method for class as_expression_sizeof_type.
This factory method for class as_expression_sizeof_type takes values of all fields as arguments.
ptr< object::reflection_list > lestes::lang::cplus::sem::as_expression_sizeof_type::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::lang::cplus::sem::as_expression_sizeof_type::field_values_get | ( | ) | const [virtual] |
void lestes::lang::cplus::sem::as_expression_sizeof_type::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class as_expression_sizeof_type.
Marking routine is used for garbage collection.
Reimplemented from lestes::lang::cplus::sem::as_expression.
srp< as_type_id > lestes::lang::cplus::sem::as_expression_sizeof_type::type_id [private] |
ptr< object::reflection_list > lestes::lang::cplus::sem::as_expression_sizeof_type::reflection = reflection [static, private] |
Reimplemented from lestes::lang::cplus::sem::as_expression.