Elaztek Developer Hub
Blamite Game Engine - Strings  00313.05.23.21.2038.blamite
A library containing general purpose utilities and classes for use in multiple projects.
ToolCommand Class Reference

#include <ToolCommand.hpp>

+ Inheritance diagram for ToolCommand:

Public Member Functions

std::string GetCommandName ()
 
std::string GetSyntax ()
 
std::string GetDescription ()
 
virtual int execute (std::vector< std::string > args)
 

Protected Attributes

std::string command = ""
 
std::string syntax = ""
 
std::string description = ""
 

Member Function Documentation

◆ execute()

virtual int ToolCommand::execute ( std::vector< std::string >  args)
inlinevirtual

◆ GetCommandName()

std::string ToolCommand::GetCommandName ( )
inline

◆ GetDescription()

std::string ToolCommand::GetDescription ( )
inline

◆ GetSyntax()

std::string ToolCommand::GetSyntax ( )
inline

Member Data Documentation

◆ command

std::string ToolCommand::command = ""
protected

◆ description

std::string ToolCommand::description = ""
protected

◆ syntax

std::string ToolCommand::syntax = ""
protected

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