Graphite  Version 3
An experimental 3D geometry processing program
meta_method.h File Reference

Meta-information attached to class methods. More...

Go to the source code of this file.

Classes

class  OGF::MetaMethod
 The representation of a method in the Meta repository. More...
 

Namespaces

 OGF
 Global Graphite namespace.
 

Typedefs

typedef bool(* OGF::gom_method_adapter) (Object *target, const std::string &method_name, const ArgList &args, Any &ret_val)
 Function pointer types for method adapters. More...
 
typedef SmartPointer< MetaMethod > OGF::MetaMethod_var
 Automatic reference-counted pointer to a MetaMethod.
 

Detailed Description

Meta-information attached to class methods.

Definition in file meta_method.h.