#include <dds_generator.h>
Collaboration diagram for Function:

Public Member Functions | |
| Function (const char *name, const char *returntype) | |
| void | addArg (const char *name, const std::string &type) |
| void | endArgs () |
| ~Function () | |
Public Attributes | |
| bool | has_arg_ |
| std::string | preamble_ |
| Function::Function | ( | const char * | name, | |
| const char * | returntype | |||
| ) | [inline] |
| Function::~Function | ( | ) | [inline] |
| void Function::addArg | ( | const char * | name, | |
| const std::string & | type | |||
| ) | [inline] |
| void Function::endArgs | ( | ) | [inline] |
| bool Function::has_arg_ |
| std::string Function::preamble_ |
1.4.7