Definition at line 19 of file RCNode.h.
◆ RCNode()
RCNode |
( |
const std::string & |
name = "" | ) |
|
|
inline |
Definition at line 22 of file RCNode.h.
23 : NSMNode(name), m_sequential(false), m_isglobal(-1) {}
◆ ~RCNode()
◆ getConfig()
const std::string & getConfig |
( |
| ) |
const |
|
inline |
◆ getDate()
◆ getId()
◆ getName()
const std::string & getName |
( |
| ) |
const |
|
inlineinherited |
◆ getState() [1/2]
◆ getState() [2/2]
◆ isGlobal()
◆ isSequential()
bool isSequential |
( |
| ) |
const |
|
inline |
Definition at line 27 of file RCNode.h.
27{ return m_sequential; }
◆ isUsed()
◆ setConfig()
void setConfig |
( |
const std::string & |
config | ) |
|
|
inline |
◆ setDate() [1/2]
void setDate |
( |
const Date & |
date | ) |
|
|
inlineinherited |
Definition at line 39 of file NSMNode.h.
39{ m_date = date.get(); }
◆ setDate() [2/2]
◆ setGlobal()
void setGlobal |
( |
int |
isglobal | ) |
|
|
inline |
Definition at line 31 of file RCNode.h.
31{ m_isglobal = isglobal; }
◆ setId()
◆ setName()
void setName |
( |
const std::string & |
name | ) |
|
|
inherited |
Definition at line 20 of file NSMNode.cc.
21{
22 m_name = StringUtil::toupper(name);
23}
◆ setSequential()
void setSequential |
( |
bool |
seq | ) |
|
|
inline |
Definition at line 29 of file RCNode.h.
29{ m_sequential = seq; }
◆ setState()
◆ setUsed()
void setUsed |
( |
bool |
used | ) |
|
|
inlineinherited |
◆ m_config
◆ m_date
◆ m_id
◆ m_isglobal
◆ m_name
◆ m_sequential
◆ m_state
◆ m_used
The documentation for this class was generated from the following file: