SelectionParser::StringFactory Class Reference

The StringFactory class Helper class to record the created strings used by the parser. More...

Public Member Functions

void clear ()
 
std::string * make (const std::string &str)
 

Static Public Member Functions

static StringFactoryinstance ()
 
static std::string * New (const std::string &str)
 

Detailed Description

The StringFactory class Helper class to record the created strings used by the parser.

Member Function Documentation

◆ clear()

void SelectionParser::StringFactory::clear ( )

◆ instance()

static StringFactory * SelectionParser::StringFactory::instance ( void  )
static

◆ make()

std::string * SelectionParser::StringFactory::make ( const std::string &  str)

◆ New()

static std::string * SelectionParser::StringFactory::New ( const std::string &  str)
static

The documentation for this class was generated from the following file: