top
|
up
|
prev
|
next
DebugProjectClientCommand Class
Definition at line
78
of
ClientCommand.hpp
Constructors
DebugProjectClientCommand
(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Member Functions
void
Execute
()
override
Member Variables
std::string
projectFilePath
std::string
serverName
Constructor Details
DebugProjectClientCommand Constructor
cmajor::build::DebugProjectClientCommand::DebugProjectClientCommand(
const
std::string& projectFilePath_,
const
std::string& serverName_)
Definition at line
177
of
ClientCommand.cpp
:
177
:
178
projectFilePath
(
GetFilePath
(
projectFilePath_
)
)
,
serverName
(
serverName_
)
179
{
180
}
Declaration at line
81
of
ClientCommand.hpp
Member Function Details
Execute Member Function
void
cmajor::build::DebugProjectClientCommand::Execute()
override
Definition at line
182
of
ClientCommand.cpp
:
183
{
184
}
Declaration at line
82
of
ClientCommand.hpp
Base class overridden functions:
cmajor::build::ClientCommand::Execute
top
|
up
|
prev
|
next