clang
3.7.0
|
#include <FormatString.h>
Public Member Functions | |
OptionalFlag (const char *Representation) | |
bool | isSet () |
void | set () |
void | clear () |
void | setPosition (const char *position) |
const char * | getPosition () const |
const char * | toString () const |
operator bool () const | |
OptionalFlag & | operator= (const bool &rhs) |
Class representing optional flags with location and representation information.
Definition at line 34 of file FormatString.h.
|
inline |
Definition at line 36 of file FormatString.h.
|
inline |
Definition at line 40 of file FormatString.h.
|
inline |
Definition at line 46 of file FormatString.h.
|
inline |
Definition at line 38 of file FormatString.h.
|
inlineexplicit |
Definition at line 53 of file FormatString.h.
|
inline |
Definition at line 54 of file FormatString.h.
|
inline |
Definition at line 39 of file FormatString.h.
|
inline |
Definition at line 41 of file FormatString.h.
|
inline |
Definition at line 50 of file FormatString.h.