MySQL++ SSQLS v2 Translator
3.2.5
|
'option header_extension' directive line More...
#include <parsev2.h>
Public Member Functions | |
HeaderExtensionOption (const std::string &value) | |
Constructor. | |
const char * | extension () const |
Return the extension used for C++ headers we emit. | |
void | print (std::ostream &os) const |
Print the option description out to a stream in SSQLS v2 form. | |
![]() | |
virtual | ~Option () |
Virtual dtor, since this is a base class. | |
![]() | |
virtual | ~Line () |
Virtual dtor, since this is a base class. | |
Additional Inherited Members | |
![]() | |
static Option * | parse (const StringList &tl, bool subdirective, const File &file) |
Attempt to create an Option object from information in the passed StringList. More... | |
![]() | |
static Line * | parse (const StringList &tl, bool subdirective, const File &file) |
Virtual ctor, creating one of our subclass objects based on what we're passed. More... | |
![]() | |
Option (const std::string &value) | |
Protected ctor, so we cannot be directly instantiated. More... | |
const char * | value () const |
Return the option's value in string form, unmodified from the original parse. More... | |
![]() | |
Line () | |
Protected ctor, to prevent instantiation. | |
![]() | |
static bool | parse_bool (const std::string &value) |
Convert a string expressing a boolean value to a bool . More... | |
'option header_extension' directive line