VISH  0.2
Classes | Public Member Functions

A set of named function call arguments. More...

#include </home/werner/origo/vish/ocean/plankton/VScript.hpp>

List of all members.

Classes

Public Member Functions


Detailed Description

A set of named function call arguments.


Member Function Documentation

RefPtr< VScriptTypedValue > Wizt::VScriptParameters::get ( const string name,
const string alternative_name,
const type_info &  preferred_type,
const type_info &  default_type = typeid(void) 
) const

Convenience function: Geht the value of a parameter, if existent for the specified name and type.

This function is identical to calling find(<name>) with subsequent get(<type>).


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