|
FiberVISH 0.2
Fish - The Fiber Bundle API for the Vish Visualization Shell
|
A template helper class to provide an easier syntax for allowing certain field types to be accepted by this fish. More...
#include <FiberType.hpp>
Public Member Functions | |
| AcceptType (Fiber::TypeList_t &TL) | |
| Pseudo-constructor: The object itself here is not used at all. | |
Static Public Member Functions | |
| static int | accept (Fiber::TypeList_t &TL) |
A template helper class to provide an easier syntax for allowing certain field types to be accepted by this fish.
Use a syntax like this in your code:
|
inline |
Pseudo-constructor: The object itself here is not used at all.
The constructor only calls global functions, and inserts the template class argument into the given typelist, with no member functions or data members are set or touched. This constructor is no more than an interface to the TypeList_t::insert() function, with an alternative, little more convenient, syntax.