text_line.hpp

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

#include "toppers/config.hpp"
#include <iosfwd>
#include <string>
#include <boost/filesystem/path.hpp>

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

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

ソースコードを見る。

ネームスペース

namespace  toppers

構成

struct  toppers::text_line
 ファイル名と行番号の保持クラス [詳細]
struct  toppers::basic_line_buf< CharT, Traits, Allocator >

型定義

typedef basic_line_buf< char > toppers::line_buf

関数

template<class Iterator>
const text_line & toppers::get_text_line (Iterator iter)
 イテレータが保持する行番号情報の取得


説明

テキストデータの行に関する宣言定義

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

  struct text_line;
  struct basic_line_buf<CharT, Traits, Allocator>;

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


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