ObjectDispatcher.h
Classes
- ObjectDispatcher -- (full description)
Interface
- Public Members
- ObjectDispatcher(ApplicationObject *&fromNew)
- ~ObjectDispatcher()
- MethodResult runMethod(const String &method, GlishRecord *¶metersFromNew, CountedPtr<GlishRecord> &returnedParameters)
- ApplicationObject *object()
- Vector<String> methods()
- Private Members
- ObjectDispatcher()
- ObjectDispatcher(const ObjectDispatcher &other)
- ObjectDispatcher &operator=(const ObjectDispatcher &other)
or
Review Status
- Date Reviewed:
- yyyy/mm/dd
Prerequisite
- SomeClass
- SomeOtherClass
- some concept
Etymology
Synopsis
Example
Motivation
Template Type Argument Requirements (T)
Thrown Exceptions
To Do
- add this feature
- fix this bug
- start discussion of this possible extension
Member Description
Return the list of methods
ObjectDispatcher()
ObjectDispatcher(const ObjectDispatcher &other)
ObjectDispatcher &operator=(const ObjectDispatcher &other)
These constructors/assignment cannot be used.