Ignore:
Timestamp:
Sep 24, 2007, 2:58:10 PM (17 years ago)
Author:
dai_9181
Message:

コンパイラ組み込みテンプレートエンジンを実装。
静的リンクライブラリ、デバッグ情報の内部形式をテキストからバイナリに変更した。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/abdev/BasicCompiler_Common/include/BoostSerializationSupport.h

    r279 r322  
    2828    bool WriteXmlString( std::string &xmlString ) const;
    2929
    30     bool ReadBinary( const std::string &filePath, bool isShowExceptionMessage = true );
    31     bool WriteBinary( const std::string &filePath, bool isShowExceptionMessage = true ) const;
     30    bool ReadBinaryFile( const std::string &filePath, bool isShowExceptionMessage = true );
     31    bool WriteBinaryFile( const std::string &filePath, bool isShowExceptionMessage = true ) const;
     32    bool ReadBinaryString( const std::string &binaryString );
     33    bool WriteBinaryString( std::string &binaryString ) const;
    3234
    3335    bool ReadText( const std::string &filePath, bool isShowExceptionMessage = true );
Note: See TracChangeset for help on using the changeset viewer.