Definition at line 88 of file CommandBuilder.cpp.
◆ ExchangeWithMaster()
bool anonymous_namespace{CommandBuilder.cpp}::ShuttleCli::ExchangeWithMaster |
( |
const wxString & |
Name | ) |
|
Definition at line 101 of file CommandBuilder.cpp.
102{
103 int i;
105 i =
mParams.Find( L
" " + Name + L
"=" );
106 if( i >= 0 ){
107 int j = i + 2 +
Name.Length();
108 wxString terminator = L' ';
109 if (
mParams.GetChar(j) == L
'"')
110 {
111 terminator = L'"';
112 j++;
113 }
114 else if(
mParams.GetChar(j) == L
'\'')
115 {
116 terminator = L'\'';
117 j++;
118 }
119 i = j;
120 while( j<(
int)
mParams.Length() &&
mParams.GetChar(j) != terminator )
121 j++;
123 return true;
124 }
125 return false;
126}
◆ TransferString()
bool anonymous_namespace{CommandBuilder.cpp}::ShuttleCli::TransferString |
( |
const wxString & |
Name, |
|
|
wxString & |
strValue |
|
) |
| |
Definition at line 128 of file CommandBuilder.cpp.
129{
132 return true;
133 }
134 else
135 return false;
136}
bool ExchangeWithMaster(const wxString &Name)
◆ mParams
wxString anonymous_namespace{CommandBuilder.cpp}::ShuttleCli::mParams |
◆ mValueString
wxString anonymous_namespace{CommandBuilder.cpp}::ShuttleCli::mValueString |
The documentation for this struct was generated from the following file: