|
| | iFstream (const fileSystem &path) |
| |
| | iFstream (const iFstream &src)=delete |
| |
| iFstream & | operator= (const iFstream &rhs)=delete |
| |
| virtual | ~iFstream ()=default |
| |
| | fileStream (const fileSystem &path, bool outStream=false) |
| |
| | fileStream (const fileStream &)=delete |
| |
| fileStream & | operator= (const fileStream &)=delete |
| |
| virtual | ~fileStream () |
| |
| std::ifstream & | inStream () |
| |
| std::ofstream & | outStream () |
| |
| | Istream (std::istream &is, const word &streamName) |
| |
| virtual | ~Istream ()=default |
| |
| virtual const word & | name () const |
| |
| virtual word & | name () |
| |
| virtual ios_base::fmtflags | flags () const |
| |
| Istream & | get (char &c) |
| |
| int | peek () |
| |
| Istream & | getLine (word &str, char delim='\n') |
| |
| std::streamsize | getLine (std::nullptr_t, char delim='\n') |
| |
| Istream & | putback (const char c) |
| |
| virtual iIstream & | read (token &t) override |
| |
| virtual iIstream & | read (char &c) override |
| |
| virtual iIstream & | read (word &str) override |
| |
| virtual iIstream & | readString (word &str) override |
| |
| virtual iIstream & | read (int64 &) override |
| |
| virtual iIstream & | read (int32 &) override |
| |
| virtual iIstream & | read (int16 &) override |
| |
| virtual iIstream & | read (int8 &) override |
| |
| virtual iIstream & | read (label &) override |
| |
| virtual iIstream & | read (uint32 &) override |
| |
| virtual iIstream & | read (uint16 &) override |
| |
| virtual iIstream & | read (float &val) override |
| |
| virtual iIstream & | read (double &val) override |
| |
| virtual void | rewind () |
| |
| virtual ios_base::fmtflags | flags (const ios_base::fmtflags flags) |
| |
| virtual std::istream & | stdStream () |
| |
| virtual const std::istream & | stdStream () const |
| |
| | iIstream () |
| |
| | iIstream (const iIstream &)=default |
| |
| virtual | ~iIstream ()=default |
| |
| void | putBack (const token &tok) |
| |
| bool | getBack (token &tok) |
| |
| bool | peekBack (token &tok) |
| |
| void | resetPutBack () |
| |
| virtual bool | findToken (const word &w) |
| |
| virtual bool | findTokenSilent (const word &w, int32 limitLine=100) |
| |
| virtual bool | findTokenAndNext (const word &w, word &nextW, bool checkEndStatement=true) |
| |
| virtual bool | findTokenAndNextSilent (const word &w, word &nextW, int32 limitLine=100) |
| |
| template<typename T > |
| bool | findKeywordAndVal (const word &keyword, T &val, bool checkEndStatement=true) |
| |
| template<typename T > |
| T | lookupData (const word &keyword) |
| |
| template<typename T > |
| T | lookupDataOrSet (const word &keyword, const T &setVal) |
| |
| template<typename T > |
| bool | nextData (const word &keyword, T &data) |
| |
| bool | readBegin (const char *funcName) |
| |
| bool | readEnd (const char *funcName) |
| |
| bool | readBeginSquare (const char *funcName) |
| |
| bool | readEndSquare (const char *funcName) |
| |
| char | readBeginList (const char *funcName) |
| |
| char | readEndList (const char *funcName) |
| |
| char | readEndStatement (const char *funcName) |
| |
| iIstream & | operator() () const |
| |
| | IOstream () |
| |
| | IOstream (const IOstream &)=default |
| |
| virtual | ~IOstream ()=default |
| |
| virtual bool | check (const char *operation) const |
| |
| bool | fatalCheck (const char *operation) const |
| |
| bool | opened () const |
| |
| bool | closed () const |
| |
| bool | good () const |
| |
| bool | eof () const |
| |
| bool | fail () const |
| |
| bool | bad () const |
| |
| | operator bool () const |
| |
| bool | operator! () const |
| |
| int32 | lineNumber () const |
| |
| int32 & | lineNumber () |
| |
| int32 | lineNumber (const int32 num) |
| |
| void | setEof () |
| |
| void | setFail () |
| |
| void | setBad () |
| |
| ios_base::fmtflags | setf (const ios_base::fmtflags f) |
| |
| ios_base::fmtflags | setf (const ios_base::fmtflags f, const ios_base::fmtflags mask) |
| |
| void | unsetf (const ios_base::fmtflags f) |
| |
Definition at line 35 of file iFstream.hpp.