Changeset 600 in dev for trunk/ab5.0/abdev/BasicCompiler_Common/include
- Timestamp:
- May 10, 2008, 8:50:41 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ab5.0/abdev/BasicCompiler_Common/include/Const.h
r579 r600 69 69 public: 70 70 71 void Add( const NamespaceScopes &namespaceScopes, const std::string &name, const char *Expression);71 void Add( const NamespaceScopes &namespaceScopes, const std::string &name, _int64 i64data, const Type &type ); 72 72 void Add( const NamespaceScopes &namespaceScopes, const std::string &name, int value); 73 73 … … 79 79 _int64 GetWholeData( const Symbol &symbol ); 80 80 double GetDoubleData( const Symbol &symbol ); 81 bool IsStringPtr( const Symbol &symbol );81 bool IsStringPtr( const Symbol &symbol, bool isUnicode ); 82 82 }; 83 83
Note:
See TracChangeset
for help on using the changeset viewer.