Ignore:
Timestamp:
May 10, 2008, 8:50:41 PM (16 years ago)
Author:
dai_9181
Message:

依存関係を整理中

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ab5.0/abdev/BasicCompiler_Common/include/Const.h

    r579 r600  
    6969public:
    7070
    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 );
    7272    void Add( const NamespaceScopes &namespaceScopes, const std::string &name, int value);
    7373
     
    7979    _int64 GetWholeData( const Symbol &symbol );
    8080    double GetDoubleData( const Symbol &symbol );
    81     bool IsStringPtr( const Symbol &symbol );
     81    bool IsStringPtr( const Symbol &symbol, bool isUnicode );
    8282};
    8383
Note: See TracChangeset for help on using the changeset viewer.