#include <rose_nodes.h>
Static Public Member Functions | |
static const std::vector < SgNode * > & | get_func_defs () |
static const std::vector < SgNode * > & | get_func_decls () |
static const std::vector < SgNode * > & | get_class_defs () |
static const std::vector < SgNode * > & | get_class_decls () |
static const std::vector < SgNode * > & | get_namespace_defs () |
static const std::vector < SgNode * > & | get_template_instance_decl () |
static const std::vector < SgNode * > & | get_typedef_decl () |
static const std::vector < SgNode * > & | get_var_decl () |
Static Private Member Functions | |
static void | initialize () |
Static Private Attributes | |
static bool | is_initialized_ = false |
static std::vector< SgNode * > | func_defs_ |
static std::vector< SgNode * > | func_decls_ |
static std::vector< SgNode * > | class_defs_ |
static std::vector< SgNode * > | class_decls_ |
static std::vector< SgNode * > | namespace_defs_ |
static std::vector< SgNode * > | template_instance_decl_ |
static std::vector< SgNode * > | typedef_decl_ |
static std::vector< SgNode * > | var_decl_ |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_class_decls | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_class_defs | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_func_decls | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_func_defs | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_namespace_defs | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_template_instance_decl | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_typedef_decl | ( | ) | [inline, static] |
static const std::vector<SgNode*>& risc::tools::RoseNodes::get_var_decl | ( | ) | [inline, static] |
static void risc::tools::RoseNodes::initialize | ( | ) | [inline, static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::class_decls_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::class_defs_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::func_decls_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::func_defs_ [static, private] |
bool risc::tools::RoseNodes::is_initialized_ = false [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::namespace_defs_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::template_instance_decl_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::typedef_decl_ [static, private] |
std::vector< SgNode * > risc::tools::RoseNodes::var_decl_ [static, private] |