top | up | prev | next

RunServerServerCommand Class

Definition at line 41 of ServerCommand.hpp

Constructors

RunServerServerCommand(const std::string& serverName_)

Member Functions

void Execute() override

Member Variables

std::string serverName

Constructor Details

RunServerServerCommand Constructor

cmajor::build::RunServerServerCommand::RunServerServerCommand(const std::string& serverName_)

Definition at line 63 of ServerCommand.cpp :
 63 : serverName(serverName_)
 64 {
 65 }


Declaration at line 44 of ServerCommand.hpp


Member Function Details

Execute Member Function

void cmajor::build::RunServerServerCommand::Execute() override

Definition at line 67 of ServerCommand.cpp
Declaration at line 45 of ServerCommand.hpp

Base class overridden functions: cmajor::build::ServerCommand::Execute


top | up | prev | next