Ignore:
Timestamp:
May 10, 2008, 6:11:29 PM (16 years ago)
Author:
dai_9181
Message:

DataTable::AddWStringメソッドを追加。

File:
1 edited

Legend:

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

    r589 r591  
    9494    int Add( double dbl );
    9595    int Add( float flt );
    96     int AddString( const char *str, int length );
    9796    int AddString( const char *str );
    9897    int AddString( const std::string &str );
     98    int AddWString( const std::wstring &wstr );
    9999    void Add( const DataTable &dataTable )
    100100    {
Note: See TracChangeset for help on using the changeset viewer.