構造体 テンプレート toppers::basic_line_buf< CharT, Traits, Allocator >

toppers::basic_line_buf< CharT, Traits, Allocator >のコラボレーション図

Collaboration graph
[凡例]
すべてのメンバ一覧

Public 型

typedef std::basic_string<
CharT, Traits, Allocator > 
string_type

Public メソッド

 basic_line_buf ()
 デフォルトコンストラクタ
 basic_line_buf (const text_line &line)
 コンストラクタ
 basic_line_buf (const text_line &line, const string_type &data)
 コンストラクタ

Public 変数

string_type buf_
 行データを表す文字列
text_line line_
 行番号情報

説明

template<typename CharT, class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
struct toppers::basic_line_buf< CharT, Traits, Allocator >

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


コンストラクタとデストラクタ

template<typename CharT, class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
toppers::basic_line_buf< CharT, Traits, Allocator >::basic_line_buf const text_line line  )  [inline]
 

コンストラクタ

引数:
line 行番号情報

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

00142       : line_( line )
00143     {
00144     }

template<typename CharT, class Traits = std::char_traits<CharT>, class Allocator = std::allocator<CharT>>
toppers::basic_line_buf< CharT, Traits, Allocator >::basic_line_buf const text_line line,
const string_type data
[inline]
 

コンストラクタ

引数:
line 行番号情報
data 行データ

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

00151       : buf_( data ), line_( line )
00152     {
00153     }


この構造体の説明は次のファイルから生成されました:
Copyright © 2006 by TAKAGI Nobuhisa.
このページは Wed Apr 12 16:32:04 2006 に Doxygen によって生成されました。