SST  15.1.0
StructuralSimulationToolkit
SST::IMPL::Interactive::ConsoleCommand Class Reference

Public Member Functions

 ConsoleCommand (std::string str_long, std::string str_short, std::string str_help, ConsoleCommandGroup group, std::function< void(std::vector< std::string > &tokens)> func)
 
const std::string & str_long () const
 
const std::string & str_short () const
 
const std::string & str_help () const
 
const ConsoleCommandGroup & group () const
 
void exec (std::vector< std::string > &tokens)
 
bool match (const std::string &token)
 

Friends

std::ostream & operator<< (std::ostream &os, const ConsoleCommand c)
 

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