1 #ifndef EVENT_OR_LIST_H_INCLUDED_ 
    2 #define EVENT_OR_LIST_H_INCLUDED_ 
   19   explicit EventOrList(SgVariableDefinition *ast_node);
 
std::vector< EventOrList * > EventOrListVector
Definition: class.h:36
 
std::vector< EventOrList * >::iterator EventOrListVectorIter
Definition: event_or_list.h:35
 
std::vector< EventOrList * >::const_iterator EventOrListVectorConstIter
Definition: event_or_list.h:36
 
Definition: event_or_list.h:12
 
virtual std::string get_ast_type_name()
Get function for the name of the ast type of the event. 
Definition: event_or_list.cpp:8
 
EventOrList(SgVariableDefinition *ast_node)
default constructor 
Definition: event_or_list.cpp:3