#include "chanparse.h"#include <notify.h>Go to the source code of this file.
Functions | |
| INLINE std::string | ChanReadLine (istream &is) |
| int | ChanMatchingParen (std::string S) |
| void | ChanParse (istream &is, ChanParseFunctor *p) |
Variables | |
| const int | ChanFileEOF = -1 |
| bool | file_done |
|
|
Definition at line 49 of file chanparse.cxx. Referenced by ChanParse(), and WindowParseFunctor::operator()(). |
|
||||||||||||
|
Definition at line 71 of file chanparse.cxx. References ChanEatFrontWhite(), ChanMatchingParen(), ChanReadLine(), and file_done. Referenced by ParseLayout(), ParseSetup(), and ParseWindow(). |
|
|
Definition at line 26 of file chanparse.cxx. References ChanFileEOF, and file_done. Referenced by ChanParse(). |
|
|
Definition at line 22 of file chanparse.cxx. Referenced by ChanReadLine(). |
|
|
Definition at line 24 of file chanparse.cxx. Referenced by ChanParse(), and ChanReadLine(). |
1.3