![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Class used to parse nested call variables. More...
#include <PNestedCall.h>
Public Member Functions | |
| PString & | getName () |
| Gets the name of the PNestedCall. | |
| const PString & | getName () const |
| Gets the name of the PNestedCall. | |
| std::vector< PNestedStr > & | getVecNestedStr () |
| Gets the vecNestedStr of the PNestedCall. | |
| const std::vector< PNestedStr > & | getVecNestedStr () const |
| Gets the vecNestedStr of the PNestedCall. | |
| PNestedCall & | operator= (const PNestedCall &other) |
| Operator = of class PNestedCall. | |
| PNestedCall () | |
| Constructor of class PNestedCall. | |
| PNestedCall (const PNestedCall &other) | |
| Copy Constructor of class PNestedCall. | |
| void | setName (const PString &name) |
| Sets the name of the PNestedCall. | |
| void | setVecNestedStr (const std::vector< PNestedStr > &vecNestedStr) |
| Sets the vecNestedStr of the PNestedCall. | |
| virtual | ~PNestedCall () |
| Destructor of class PNestedCall. | |
Protected Member Functions | |
| void | copyPNestedCall (const PNestedCall &other) |
| Copy Function of class PNestedCall. | |
Private Attributes | |
| PString | p_name |
| Name of the Variable. | |
| std::vector< PNestedStr > | p_vecNestedStr |
| Vector of PNestedStr. | |
Class used to parse nested call variables.
Definition at line 36 of file PNestedCall.h.
| PNestedCall::PNestedCall | ( | ) |
Constructor of class PNestedCall.
Definition at line 87 of file PNestedCall.cpp.
Referenced by copyPNestedCall(), operator=(), and PNestedCall().
Here is the caller graph for this function:| PNestedCall::PNestedCall | ( | const PNestedCall & | other | ) |
Copy Constructor of class PNestedCall.
| other | : PNestedCall we want ot copy |
Definition at line 94 of file PNestedCall.cpp.
References copyPNestedCall(), and PNestedCall().
Here is the call graph for this function:
|
virtual |
|
protected |
Copy Function of class PNestedCall.
| other | : PNestedCall we want ot copy |
Definition at line 157 of file PNestedCall.cpp.
References p_name, p_vecNestedStr, and PNestedCall().
Referenced by operator=(), and PNestedCall().
Here is the call graph for this function:
Here is the caller graph for this function:| PString & PNestedCall::getName | ( | ) |
Gets the name of the PNestedCall.
Definition at line 136 of file PNestedCall.cpp.
References p_name.
| const PString & PNestedCall::getName | ( | ) | const |
Gets the name of the PNestedCall.
Definition at line 129 of file PNestedCall.cpp.
References p_name.
Referenced by dico_update_all_nestedCall().
Here is the caller graph for this function:| std::vector< PNestedStr > & PNestedCall::getVecNestedStr | ( | ) |
Gets the vecNestedStr of the PNestedCall.
Definition at line 150 of file PNestedCall.cpp.
References p_vecNestedStr.
| const std::vector< PNestedStr > & PNestedCall::getVecNestedStr | ( | ) | const |
Gets the vecNestedStr of the PNestedCall.
Definition at line 143 of file PNestedCall.cpp.
References p_vecNestedStr.
Referenced by createNestedCallFromStr(), dico_create_nested_call(), dico_replace_nested_call(), and dico_update_all_nestedCall().
Here is the caller graph for this function:| PNestedCall & PNestedCall::operator= | ( | const PNestedCall & | other | ) |
Operator = of class PNestedCall.
| other | : PNestedCall we want ot copy |
Definition at line 107 of file PNestedCall.cpp.
References copyPNestedCall(), and PNestedCall().
Here is the call graph for this function:| void PNestedCall::setName | ( | const PString & | name | ) |
Sets the name of the PNestedCall.
| name | : name of the PNestedCall |
Definition at line 115 of file PNestedCall.cpp.
References p_name.
Referenced by createNestedCallFromStr().
Here is the caller graph for this function:| void PNestedCall::setVecNestedStr | ( | const std::vector< PNestedStr > & | vecNestedStr | ) |
Sets the vecNestedStr of the PNestedCall.
| vecNestedStr | : vecNestedStr of the PNestedCall |
Definition at line 122 of file PNestedCall.cpp.
References p_vecNestedStr.
|
private |
Name of the Variable.
Definition at line 52 of file PNestedCall.h.
Referenced by copyPNestedCall(), getName(), getName(), and setName().
|
private |
Vector of PNestedStr.
Definition at line 54 of file PNestedCall.h.
Referenced by copyPNestedCall(), getVecNestedStr(), getVecNestedStr(), and setVecNestedStr().