|
Gaia
|
Public Member Functions | |
| CyclopsProxy (Cyclops *cyclops) | |
| Create a CyclopsProxy instance that can translate a Yaml-RPC call to an actual method call on a Cyclops instance. | |
| gaia2::yaml::Node | process (const gaia2::yaml::Mapping &query) |
| Perform the given function call on the wrapped Cyclops instance and return the result as a seriealized Yaml object. | |
Protected Attributes | |
| Cyclops * | _cyclops |