Mania++
 All Classes Functions Variables Pages
Public Member Functions | Private Attributes | List of all members
GbxStructParameters Class Reference

List of struct parameters. More...

#include <GbxParameters.h>

Public Member Functions

void Put (std::string text)
 Add parameter to the list. More...
 
void Put (std::string methodName, std::string parameter)
 Add parameter to the list. More...
 
void Put (std::string methodName, Parameter parameter)
 Add parameter to the list. More...
 
std::vector< std::string > GetParameters ()
 Return the current list of parameters.
 

Private Attributes

std::vector< std::string > parameters = std::vector<std::string>()
 List of parameters.
 

Detailed Description

List of struct parameters.

Member Function Documentation

void GbxStructParameters::Put ( std::string  text)
inline

Add parameter to the list.

Parameters
textParameter XML.
void GbxStructParameters::Put ( std::string  methodName,
std::string  parameter 
)
inline

Add parameter to the list.

Parameters
methodNameMethod name.
parameterParameter.
void GbxStructParameters::Put ( std::string  methodName,
Parameter  parameter 
)

Add parameter to the list.

Parameters
methodNameMethod name.
parameterParameter.

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