Changeset 699 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
- Timestamp:
- Jul 21, 2008, 12:57:10 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/VariableOpe.cpp
r684 r699 188 188 } 189 189 190 void GetWithName(std::string& buffer){ 191 extern WithInfos withInfos; 192 std::string tmp; 193 tmp.reserve(1024); 194 BOOST_FOREACH( const WithInfo &withInfo, withInfos ) 195 { 196 tmp+=withInfo.name; 197 } 198 tmp.swap(buffer); 199 } 190 200 191 201 void GetArrange(char *variable,char *variAnswer, Subscripts &subscripts ){
Note:
See TracChangeset
for help on using the changeset viewer.