Home
last modified time | relevance | path

Searched refs:_tcValue (Results 1 – 3 of 3) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h207 const char* _tcValue; member
213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW()
H A DDynPackage.cpp61 const char* _tcValue; member
67 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW()
72 inline const char* getValue() const { return ((_bValue) ? _param._tcValue : NULL); } in getValue()
/dports/devel/codeworker/CodeWorker4_5_3/Generation/
H A DCW4dl.h_207 const char* _tcValue;
213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; }