Added STRARRAY alias for VECTOR<string>
This commit is contained in:
parent
7390c11ecb
commit
5bb242cd97
@ -67,6 +67,7 @@
|
|||||||
#define STR$( x ) dynamic_cast< std::ostringstream & >( ( std::ostringstream() << std::dec << x ) ).str()
|
#define STR$( x ) dynamic_cast< std::ostringstream & >( ( std::ostringstream() << std::dec << x ) ).str()
|
||||||
#define BOOL bool
|
#define BOOL bool
|
||||||
#define INT int
|
#define INT int
|
||||||
|
#define INTEGER int
|
||||||
#define UINT unsigned int
|
#define UINT unsigned int
|
||||||
#define VECTOR std::vector
|
#define VECTOR std::vector
|
||||||
#define MAP std::map
|
#define MAP std::map
|
||||||
@ -83,6 +84,8 @@
|
|||||||
#define ENDCONSTRUCTOR }
|
#define ENDCONSTRUCTOR }
|
||||||
#define DO {
|
#define DO {
|
||||||
#define NEXT }
|
#define NEXT }
|
||||||
|
#define STRARRAY VECTOR<CSTRING>
|
||||||
|
#define LEN(x) x.size()
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user