|
Free Electron
|
@ brief Defines a call argument signature for DispatchI More...
#include <Signature.h>
Public Member Functions | |
| Signature (const Signature &other) | |
| Signature & | operator= (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 |
@ brief Defines a call argument signature for DispatchI
1.8.13