Free Electron
Public Member Functions | Private Attributes | List of all members
fe::ext::Signature Class Reference

@ brief Defines a call argument signature for DispatchI More...

#include <Signature.h>

Public Member Functions

 Signature (const Signature &other)
 
Signatureoperator= (const Signature &other)
 
virtual bool match (t_arglist a_argv)
 
virtual void append (sp< BaseType > a_type)
 
virtual void append (sp< BaseType > a_type, Instance a_value)
 
template<class T >
void append (sp< TypeMaster > a_spTM, T *a_value)
 
Array< ArgSpec > & argspecs (void)
 

Private Attributes

Array< ArgSpec > m_argSpecs
 

Detailed Description

@ brief Defines a call argument signature for DispatchI


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