libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
qi::MetaMethodParameter Class Reference

#include <metamethod.hpp>

Public Member Functions

 MetaMethodParameter ()
 
 MetaMethodParameter (const MetaMethodParameter &other)
 
 MetaMethodParameter (const std::string &name, const std::string &doc)
 
 ~MetaMethodParameter ()
 
MetaMethodParameteroperator= (const MetaMethodParameter &other)
 
std::string name () const
 
std::string description () const
 

Public Attributes

MetaMethodParameterPrivate * _p
 

Detailed Description

Definition at line 24 of file metamethod.hpp.

Constructor & Destructor Documentation

qi::MetaMethodParameter::MetaMethodParameter ( )
qi::MetaMethodParameter::MetaMethodParameter ( const MetaMethodParameter other)
qi::MetaMethodParameter::MetaMethodParameter ( const std::string &  name,
const std::string &  doc 
)
qi::MetaMethodParameter::~MetaMethodParameter ( )

Member Function Documentation

std::string qi::MetaMethodParameter::description ( ) const
std::string qi::MetaMethodParameter::name ( ) const
MetaMethodParameter& qi::MetaMethodParameter::operator= ( const MetaMethodParameter other)

Member Data Documentation

MetaMethodParameterPrivate* qi::MetaMethodParameter::_p

Definition at line 36 of file metamethod.hpp.


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