![]() |
|
PhoenixFileParser
1.5.1
Set of tools to ease file parsing
|
Parser command. More...
#include <PParseSeq.h>
Public Member Functions | |
| bool & | getIsMatch () |
| Get the variable p_isMatch. | |
| bool | getIsMatch () const |
| Get the variable p_isMatch. | |
| PString & | getStr () |
| Get the variable p_str. | |
| const PString & | getStr () const |
| Get the variable p_str. | |
| PParseCmd & | operator= (const PParseCmd &other) |
| Equal operator of the class PParseCmd. | |
| PParseCmd () | |
| Constructor of the class PParseCmd. | |
| PParseCmd (const PParseCmd &other) | |
| Copy constructor of the class PParseCmd. | |
| void | setIsMatch (bool isMatch) |
| Set the variable p_isMatch, of type 'bool'. | |
| void | setStr (const PString &str) |
| Set the variable p_str, of type 'PString'. | |
| virtual | ~PParseCmd () |
| Destructor of the class PParseCmd. | |
Private Member Functions | |
| void | copyPParseCmd (const PParseCmd &other) |
| Copy function of the class PParseCmd. | |
| void | initialisationPParseCmd () |
| Initialisation function of the class PParseCmd. | |
Private Attributes | |
| bool | p_isMatch |
| True to use isMatch function instead of strComposedOf. | |
| PString | p_str |
| String to be used for the parsing. | |
Parser command.
Definition at line 33 of file PParseSeq.h.
| PParseCmd::PParseCmd | ( | ) |
Constructor of the class PParseCmd.
Definition at line 22 of file PParseSeq.cpp.
References initialisationPParseCmd().
Referenced by copyPParseCmd(), operator=(), and PParseCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| PParseCmd::PParseCmd | ( | const PParseCmd & | other | ) |
Copy constructor of the class PParseCmd.
| other | : other variable |
Definition at line 29 of file PParseSeq.cpp.
References copyPParseCmd(), initialisationPParseCmd(), and PParseCmd().
Here is the call graph for this function:
|
virtual |
|
private |
Copy function of the class PParseCmd.
| other | : other variable |
Definition at line 107 of file PParseSeq.cpp.
References p_isMatch, p_str, and PParseCmd().
Referenced by operator=(), and PParseCmd().
Here is the call graph for this function:
Here is the caller graph for this function:| bool & PParseCmd::getIsMatch | ( | ) |
Get the variable p_isMatch.
Definition at line 72 of file PParseSeq.cpp.
References p_isMatch.
| bool PParseCmd::getIsMatch | ( | ) | const |
Get the variable p_isMatch.
Definition at line 65 of file PParseSeq.cpp.
References p_isMatch.
| PString & PParseCmd::getStr | ( | ) |
Get the variable p_str.
Definition at line 86 of file PParseSeq.cpp.
References p_str.
| const PString & PParseCmd::getStr | ( | ) | const |
Get the variable p_str.
Definition at line 79 of file PParseSeq.cpp.
References p_str.
|
private |
Initialisation function of the class PParseCmd.
True to use isMatch function instead of strComposedOf
Definition at line 98 of file PParseSeq.cpp.
References p_isMatch.
Referenced by PParseCmd(), and PParseCmd().
Here is the caller graph for this function:Equal operator of the class PParseCmd.
| other | : other variable |
Definition at line 43 of file PParseSeq.cpp.
References copyPParseCmd(), and PParseCmd().
Here is the call graph for this function:| void PParseCmd::setIsMatch | ( | bool | isMatch | ) |
Set the variable p_isMatch, of type 'bool'.
| isMatch | : True to use isMatch function instead of strComposedOf |
Definition at line 51 of file PParseSeq.cpp.
References p_isMatch.
| void PParseCmd::setStr | ( | const PString & | str | ) |
Set the variable p_str, of type 'PString'.
| str | : String to be used for the parsing |
Definition at line 58 of file PParseSeq.cpp.
References p_str.
|
private |
True to use isMatch function instead of strComposedOf.
Definition at line 49 of file PParseSeq.h.
Referenced by copyPParseCmd(), getIsMatch(), getIsMatch(), initialisationPParseCmd(), and setIsMatch().
|
private |
String to be used for the parsing.
Definition at line 51 of file PParseSeq.h.
Referenced by copyPParseCmd(), getStr(), getStr(), and setStr().