ROSE  0.9.6a
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
annotations.h File Reference
#include <stdio.h>
Include dependency graph for annotations.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Annotations
 

Typedefs

typedef std::map< std::string,
procedureAnn * > 
procedures_map
 
typedef procedures_map::iterator procedures_map_p
 
typedef
procedures_map::const_iterator 
procedures_map_cp
 
typedef std::list< std::string > str_list
 
typedef std::set< std::string > str_set
 

Typedef Documentation

typedef std::map< std::string, procedureAnn * > procedures_map

Definition at line 11 of file annotations.h.

typedef procedures_map::iterator procedures_map_p

Definition at line 12 of file annotations.h.

typedef procedures_map::const_iterator procedures_map_cp

Definition at line 13 of file annotations.h.

typedef std::list<std::string> str_list

Definition at line 19 of file annotations.h.

typedef std::set<std::string> str_set

Definition at line 20 of file annotations.h.