DSQSS  1.1
io.h
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <iostream>
#include <fstream>
#include <sstream>
#include <cstdlib>
#include "array.h"
io.hのインクルード依存関係図
このグラフは、どのファイルから直接、間接的にインクルードされているかを示しています。

ソースコードを見る。

構成

class  FileReader

マクロ定義

#define BLEN   256

関数

void reform_end_of_line (string &line)
int line_split (char *line, string *w)
void get_line (FILE *F, char *line)
void get_nbl (FILE *F, char *line)
int break_into_words (char *line, char *delim, char **word)

変数

string EOL = "_E_O_L_"

マクロ定義

#define BLEN   256

io.h17 行で定義されています。


関数

int break_into_words ( char *  line,
char *  delim,
char **  word 
) [inline]

io.h79 行で定義されています。

void get_line ( FILE *  F,
char *  line 
) [inline]

io.h48 行で定義されています。

呼出しグラフ:

void get_nbl ( FILE *  F,
char *  line 
) [inline]

io.h68 行で定義されています。

関数の呼び出しグラフ:

int line_split ( char *  line,
string *  w 
) [inline]

io.h37 行で定義されています。

呼出しグラフ:

void reform_end_of_line ( string &  line) [inline]

io.h27 行で定義されています。

呼出しグラフ:


変数

string EOL = "_E_O_L_"

io.h23 行で定義されています。

 全て クラス ネームスペース ファイル 関数 変数 型定義 列挙型の値 フレンド マクロ定義