Home
last modified time | relevance | path

Searched defs:Parameter2CW (Results 1 – 2 of 2) sorted by relevance

/dports/devel/codeworker/CodeWorker4_5_3/
H A DCW4dl.h213 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW() function
214 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; } in Parameter2CW() function
H A DDynPackage.cpp57 class Parameter2CW { class
67 inline Parameter2CW(const char* tcValue) : _bValue(true) { _param._tcValue = tcValue; } in Parameter2CW() function in CodeWorker::Parameter2CW
68 inline Parameter2CW(Tree* pNode) : _bValue(false) { _param._pNode = pNode; } in Parameter2CW() function in CodeWorker::Parameter2CW