|
susy_cfa
b611ccad937ea179f86a1f5663960264616c0a20
|
#include <generate_cfa.hpp>
Public Member Functions | |
| Variable (const std::string &name, const bool from_chain_a, const std::string &type, const std::string &to_type) | |
| Variable (const std::string &name, const bool from_chain_a, const std::string &type) | |
| Variable () | |
| const std::string & | Name () const |
| Variable & | Name (const std::string &name) |
| const std::string & | FromType () const |
| Variable & | FromType (const std::string &name) |
| const std::string & | ToType () const |
| Variable & | ToType (const std::string &name) |
| const bool & | FromChainA () const |
| Variable & | FromChainA (const bool from_chain_a) |
| bool | Converted () const |
| Variable () | |
| Variable (const std::string &type, const std::string &name) | |
| bool | operator< (const Variable &var) const |
| bool | operator< (const Variable &var) const |
Public Attributes | |
| std::string | type_ |
| string | name |
| long | zip_size |
| long | tot_size |
Private Attributes | |
| std::string | name_ |
| std::string | to_type_ |
| std::string | from_type_ |
| bool | from_chain_a_ |
Definition at line 12 of file generate_cfa.hpp.
| Variable::Variable | ( | const std::string & | name, |
| const bool | from_chain_a, | ||
| const std::string & | type, | ||
| const std::string & | to_type | ||
| ) |
Definition at line 29 of file generate_cfa.cpp.
| Variable::Variable | ( | const std::string & | name, |
| const bool | from_chain_a, | ||
| const std::string & | type | ||
| ) |
Definition at line 37 of file generate_cfa.cpp.
| Variable::Variable | ( | ) |
Definition at line 22 of file generate_cfa.cpp.
Referenced by ClassifyVariables().
|
inline |
Definition at line 10 of file generate_small_tree.hpp.
|
inline |
Definition at line 15 of file generate_small_tree.hpp.
| bool Variable::Converted | ( | ) | const |
Definition at line 81 of file generate_cfa.cpp.
References from_type_, and to_type_.
Referenced by PrintAccessor().
| const bool & Variable::FromChainA | ( | ) | const |
Definition at line 72 of file generate_cfa.cpp.
References from_chain_a_.
| Variable & Variable::FromChainA | ( | const bool | from_chain_a | ) |
Definition at line 76 of file generate_cfa.cpp.
References from_chain_a_.
| const std::string & Variable::FromType | ( | ) | const |
Definition at line 54 of file generate_cfa.cpp.
References from_type_.
Referenced by PrintAccessor().
| Variable & Variable::FromType | ( | const std::string & | name | ) |
Definition at line 58 of file generate_cfa.cpp.
References from_type_.
| const std::string & Variable::Name | ( | ) | const |
| Variable & Variable::Name | ( | const std::string & | name | ) |
Definition at line 49 of file generate_cfa.cpp.
|
inline |
Definition at line 17 of file disk_usage.cxx.
|
inline |
Definition at line 21 of file generate_small_tree.hpp.
| const std::string & Variable::ToType | ( | ) | const |
| Variable & Variable::ToType | ( | const std::string & | name | ) |
Definition at line 67 of file generate_cfa.cpp.
References to_type_.
|
private |
Definition at line 35 of file generate_cfa.hpp.
Referenced by FromChainA().
|
private |
Definition at line 34 of file generate_cfa.hpp.
Referenced by Converted(), and FromType().
| string Variable::name |
Definition at line 14 of file disk_usage.cxx.
Referenced by ClassifyVariables(), GetReplacements(), main(), Name(), operator<(), WriteMergedHeader(), and WriteMergedSource().
|
private |
Definition at line 34 of file generate_cfa.hpp.
Referenced by Name(), and operator<().
|
private |
Definition at line 34 of file generate_cfa.hpp.
Referenced by Converted(), and ToType().
| long Variable::tot_size |
Definition at line 15 of file disk_usage.cxx.
Referenced by main(), and operator<().
| std::string Variable::type_ |
Definition at line 25 of file generate_small_tree.hpp.
Referenced by operator<().
| long Variable::zip_size |
Definition at line 15 of file disk_usage.cxx.
Referenced by main(), and operator<().
1.8.11