Inferno  0.2
CPPTree::Callable Struct Reference

Anything that can be called. More...

#include <cpptree.hpp>

Inheritance diagram for CPPTree::Callable:
[legend]
Collaboration diagram for CPPTree::Callable:
[legend]

List of all members.


Detailed Description

Anything that can be called.

Types under Callable refer to a function's interface as seen by caller and as used in eg function pointers (which is simply Pointer to the function type). To actually have a function, with a body, you need an Instance with type filled in to something derived from Callable.

Definition at line 434 of file cpptree.hpp.


The documentation for this struct was generated from the following file: