タグ

ブックマーク / clx.cielquis.net (2)

  • CLX C++ Libraries - container_wrapper

    Declarations template <class Type, class Alloc = std::allocator<Type> > class vector_wrapper; template <class Type, class Alloc = std::allocator<Type> > class deque_wrapper; template <class Type, class Alloc = std::allocator<Type> > class list_wrapper; template < class Key, class Compare = std::less<Key>, class Alloc = std::allocator<Type> > > class set_wrapper; template < class Key, class Compare

    iww
    iww 2012/07/30
    『STL コンテナは継承される事を 想定して設計されていない』
  • CLX C++ Libraries

    Overvies CLX C++ Libraries は,文字列処理やネットワークプログラミングの補助などを行うための, ヘッダファイルのみで構成された C++ ライブラリです. CLX C++ Libraries は, BSDライセンスで配布しています.ソースコードの複製・改変は自由ですが, 自己責任でお願い致します. Usage CLX C++ Libraries を使用する際には,以下のファイルをダウンロードし, 解凍して出来た clx フォルダ以下のヘッダファイルを作業フォルダにコピーするか, または,インクルードオプションを適切に指定して下さい. CLX C++ Libraries で作成したクラスは clx 名前空間の中に定義してあります. 利用する場合は,直接指定するか適切な using ディレクティブを指定して下さい. 動作確認は gcc 4.0.2 (Linux), gc

    iww
    iww 2012/06/29
    なんかいろいろあるライブラリ。BSDライセンス
  • 1