Oracle Coherence for C++ API
Release 3.7.1.0
E22845-01
#include <coherence/lang/TypedExecutableClass.hpp>
Inherits ExecutableClass.
TypedExecutableClass provides a templated extension of ExecutableClass.
Public Types |
||||
| typedef spec::Handle | Handle | |||
| TypedExecutableClass<T, C> Handle definition. | ||||
| typedef spec::View | View | |||
| TypedExecutableClass<T, C> View definition. | ||||
| typedef spec::Holder | Holder | |||
| TypedExecutableClass<T, C> Holder definition. | ||||
| typedef T | Type | |||
| Class type. | ||||
Public Member Functions |
||||
| virtual void | execute (ObjectArray::View vasArg) const | |||
Execute the class.
|
||||
| virtual void | toStream (std::ostream &out) const | |||
| Output a human-readable description of this Object to the given stream.
coherence::lang::operator<<(std::ostream, Object::View) is defined and will call into the toStream method, to output Objects. If a managed String object is desired, the COH_TO_STRING macro can be used to build up a String from streamable contents. Object::View vKey = ... Object::View vValue = ... std::cout << vKey << " = " << vValue << std::endl; String::Handle hs = COH_TO_STRING(vKey << " = " << vValue);
|
||||
Protected Member Functions |
||||
| T () | ||||
| Create a new TypedExecutableClass. | ||||
| T | ( | ) | [inline, protected] |
Create a new TypedExecutableClass.
The documentation for this class was generated from the following file: