|
OpenADFortTk (basic)
|
Enumerations | |
| enum | IOFlags_t { ATOM_MASK = 0x0000ffff, LIST_MASK = 0xffff0000, NONE = 0x00000000, A_SQUOTE = 0x00000001, A_DQUOTE = 0x00000002, A_OCT = 0x00000010, A_HEX = 0x00000020, L_foofoo1 = 0x10000000, L_NONEMPTY = 0x80000000 } |
Functions | |
| bool | IsFlag (int flags, IOFlags_t flg) |
| void | SetFlag (int &flags, IOFlags_t flg) |
| void | ResetFlag (int &flags, IOFlags_t flg) |
Definition at line 26 of file sexpostream.h.
| bool sexp::IOFlags::IsFlag | ( | int | flags, |
| IOFlags_t | flg | ||
| ) | [inline] |
Definition at line 45 of file sexpostream.h.
Referenced by sexp::ostream::AddSpaceIfNecessary(), sexp::ostream::Atom(), sexp::ostream::BegAtom(), and sexp::ostream::EndAtom().
| void sexp::IOFlags::ResetFlag | ( | int & | flags, |
| IOFlags_t | flg | ||
| ) | [inline] |
Definition at line 51 of file sexpostream.h.
| void sexp::IOFlags::SetFlag | ( | int & | flags, |
| IOFlags_t | flg | ||
| ) | [inline] |
Definition at line 48 of file sexpostream.h.
Referenced by sexp::ostream::BegAtom(), and sexp::ostream::BegList().