SO3Engine
|
#include <SO3ScriptFunction.h>
Public Member Functions | |
SScriptFunction (const std::string &jsFunctionName, const std::vector< std::string > &jsFunctionParameters) | |
SScriptFunction (const SScriptFunction ©ScriptFunction) | |
SScriptFunction & | operator= (const SScriptFunction ©ScriptFunction) |
~SScriptFunction () | |
Public Attributes | |
std::string | function |
std::vector< std::string > | arguments |
Definition at line 32 of file SO3ScriptFunction.h.
SO3::SScriptFunction::SScriptFunction | ( | const std::string & | jsFunctionName, |
const std::vector< std::string > & | jsFunctionParameters | ||
) |
Constructor
Definition at line 29 of file SO3ScriptFunction.cpp.
SO3::SScriptFunction::SScriptFunction | ( | const SScriptFunction & | copyScriptFunction | ) |
Copy constructor
Definition at line 40 of file SO3ScriptFunction.cpp.
SO3::SScriptFunction::~SScriptFunction | ( | ) |
Destructor
Definition at line 57 of file SO3ScriptFunction.cpp.
SScriptFunction & SO3::SScriptFunction::operator= | ( | const SScriptFunction & | copyScriptFunction | ) |
Affectation operator
Definition at line 46 of file SO3ScriptFunction.cpp.
std::vector<std::string> SO3::SScriptFunction::arguments |
Definition at line 36 of file SO3ScriptFunction.h.
std::string SO3::SScriptFunction::function |
Definition at line 35 of file SO3ScriptFunction.h.