#include <metamethod.hpp>
|
MetaMethodBuilderPrivate * | _p |
|
Definition at line 69 of file metamethod.hpp.
qi::MetaMethodBuilder::MetaMethodBuilder |
( |
| ) |
|
qi::MetaMethodBuilder::MetaMethodBuilder |
( |
const Signature & |
sigreturn, |
|
|
const std::string & |
name, |
|
|
const Signature & |
signature, |
|
|
const std::string & |
doc = "" |
|
) |
| |
qi::MetaMethodBuilder::~MetaMethodBuilder |
( |
| ) |
|
void qi::MetaMethodBuilder::appendParameter |
( |
const std::string & |
name, |
|
|
const std::string & |
documentation |
|
) |
| |
std::string qi::MetaMethodBuilder::name |
( |
| ) |
const |
void qi::MetaMethodBuilder::setDescription |
( |
const std::string & |
documentation | ) |
|
void qi::MetaMethodBuilder::setName |
( |
const std::string & |
name | ) |
|
void qi::MetaMethodBuilder::setParametersSignature |
( |
const qi::Signature & |
sig | ) |
|
void qi::MetaMethodBuilder::setReturnDescription |
( |
const std::string & |
doc | ) |
|
void qi::MetaMethodBuilder::setReturnSignature |
( |
const Signature & |
sig | ) |
|
void qi::MetaMethodBuilder::setSignature |
( |
const AnyFunction & |
f | ) |
|
void qi::MetaMethodBuilder::setUid |
( |
unsigned int |
uid | ) |
|
MetaMethodBuilderPrivate* qi::MetaMethodBuilder::_p |
The documentation for this class was generated from the following file: