Navigation

Operators and Keywords

Function List:

C++ API

tree_decl_command Class Reference

#include <pt-decl.h>

Inherits tree_command.

Inherited by tree_global_command, and tree_static_command.

Collaboration diagram for tree_decl_command:

List of all members.


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_listinitializer_list (void)
std::string name (void)

Protected Attributes

std::string cmd_name
tree_decl_init_listinit_list

Constructor & Destructor Documentation

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   ) 


Member Function Documentation

tree_decl_init_list* tree_decl_command::initializer_list ( void   )  [inline]

std::string tree_decl_command::name ( void   )  [inline]


Member Data Documentation


The documentation for this class was generated from the following files: