text.hpp

テキストデータ管理に関する宣言定義 [詳細]

#include "toppers/text_line.hpp"
#include "toppers/misc.hpp"
#include <iterator>
#include <vector>
#include <boost/iterator/iterator_facade.hpp>
#include <boost/format.hpp>

text.hppのインクルード依存関係図

このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

ネームスペース

namespace  toppers

構成

class  toppers::basic_text< Container, CharT, Traits, Allocator >
 テキストデータ管理テンプレートクラス [詳細]
class  toppers::basic_text< Container, CharT, Traits, Allocator >::const_iterator
 toppers::basic_text のイテレータ [詳細]
class  toppers::basic_text< Container, CharT, Traits, Allocator >::iterator
 toppers::basic_text のイテレータ [詳細]

型定義

typedef basic_text< std::vector,
char > 
toppers::text

関数

const text_line & toppers::get_text_line (text::const_iterator iter)
const text_line & toppers::get_text_line (text::iterator iter)


説明

テキストデータ管理に関する宣言定義

このファイルで定義されるクラス

  class basic_text<Container, CharT, Traits, Allocator>;

text.hpp で定義されています。


Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:31:59 2006 に Doxygen によって生成されました。