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

DispatchI for NetHost. More...

#include <NetDispatch.h>

Inheritance diagram for fe::ext::NetDispatch:
Inheritance graph
[legend]

Public Member Functions

void initialize (void)
 
virtual bool call (const fe::String &a_name, fe::Array< fe::Instance > &a_argv)
 Execute the call. More...
 
virtual bool call (const fe::String &a_name, fe::InstanceMap &a_argv)
 
- Public Member Functions inherited from fe::Initialized
void initializeAll (void)
 
void setActive (bool a_active)
 

Private Attributes

fe::sp< NetHostm_spNetHost
 

Additional Inherited Members

- Protected Types inherited from fe::Initialized
typedef void(* InitializeFunction) (Initialized *)
 
- Protected Member Functions inherited from fe::Initialized
void addInitializer (InitializeFunction function)
 

Detailed Description

DispatchI for NetHost.

Member Function Documentation

◆ call()

bool fe::ext::NetDispatch::call ( const fe::String a_name,
fe::Array< fe::Instance > &  a_argv 
)
virtual

Execute the call.

See Signature for matching support.

Implements fe::ext::DispatchI.


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