#include <pt-decl.h>
Inherits tree_command.
Inherited by tree_global_command, and tree_static_command.
Public Member Functions | |
tree_decl_command (const std::string &n, int l=-1, int c=-1) | |
tree_decl_command (const std::string &n, tree_decl_init_list *t, int l=-1, int c=-1) | |
~tree_decl_command (void) | |
tree_decl_init_list * | initializer_list (void) |
std::string | name (void) |
Protected Attributes | |
std::string | cmd_name |
tree_decl_init_list * | init_list |
tree_decl_command::tree_decl_command | ( | const std::string & | n, | |
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_decl_command::tree_decl_command | ( | const std::string & | n, | |
tree_decl_init_list * | t, | |||
int | l = -1 , |
|||
int | c = -1 | |||
) | [inline] |
tree_decl_command::~tree_decl_command | ( | void | ) |
tree_decl_init_list* tree_decl_command::initializer_list | ( | void | ) | [inline] |
std::string tree_decl_command::name | ( | void | ) | [inline] |
std::string tree_decl_command::cmd_name [protected] |
tree_decl_init_list* tree_decl_command::init_list [protected] |