#include <init_handler_i.h>
Collaboration diagram for Init_maker:
Public Methods | |
Init_maker () | |
void | add (Ptree *p) |
Add an initializer. More... | |
Ptree * | make_init () const |
Make a tree with the initializers gathered so far. More... | |
Private Attributes | |
Ptree * | tree |
Definition at line 50 of file init_handler_i.h.
|
Definition at line 72 of file init_handler.cc. |
|
Add an initializer.
Definition at line 80 of file init_handler.cc. References Ptree::List(), make_static_leaf(), Ptree::Snoc(), and tree. Referenced by Init_handler::process_array(), and Init_handler::process_class(). |
|
Make a tree with the initializers gathered so far.
Definition at line 94 of file init_handler.cc. References Ptree::List(), make_static_leaf(), and tree. Referenced by Init_handler::process_array(), and Init_handler::process_class(). |
|
Definition at line 51 of file init_handler_i.h. |