#include <hinter_actions.g.hh>
Inheritance diagram for lestes::lang::cplus::syn::close_hinter_action:
Public Member Functions | |
virtual void | run () |
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< close_hinter_action > | instance () |
Generated instance() method for singleton class close_hinter_action. | |
Protected Member Functions | |
close_hinter_action () | |
Generated constructor for class close_hinter_action. | |
virtual void | gc_mark () |
Marking routine for class close_hinter_action. | |
Static Private Attributes | |
static ptr< reflection_list > | reflection = reflection |
static ptr< close_hinter_action > | the_instance = the_instance |
lestes::lang::cplus::syn::close_hinter_action::close_hinter_action | ( | ) | [protected] |
Generated constructor for class close_hinter_action.
Generated constructor for class close_hinter_action.
void lestes::lang::cplus::syn::close_hinter_action::run | ( | ) | [virtual] |
Implements lestes::std::action.
ptr< close_hinter_action > lestes::lang::cplus::syn::close_hinter_action::instance | ( | void | ) | [static] |
Generated instance() method for singleton class close_hinter_action.
Generated instance() method for singleton class close_hinter_action.
ptr< object::reflection_list > lestes::lang::cplus::syn::close_hinter_action::reflection_get | ( | ) | const [virtual] |
ptr< object::field_list_list > lestes::lang::cplus::syn::close_hinter_action::field_values_get | ( | ) | const [virtual] |
void lestes::lang::cplus::syn::close_hinter_action::gc_mark | ( | void | ) | [protected, virtual] |
Marking routine for class close_hinter_action.
Marking routine is used for garbage collection.
Reimplemented from lestes::std::action.
ptr< object::reflection_list > lestes::lang::cplus::syn::close_hinter_action::reflection = reflection [static, private] |
Reimplemented from lestes::std::action.
ptr< close_hinter_action > lestes::lang::cplus::syn::close_hinter_action::the_instance = the_instance [static, private] |
Static field close_hinter_action::the_instance.