LILAC
|
Go to the source code of this file.
Classes | |
class | native_tmpl< T, act_name > |
This class provides a generic interface for making native types. More... | |
struct | __HIDER__::native_names |
Namespaces | |
namespace | __HIDER__ |
Typedefs | |
typedef native_tmpl< double, __HIDER__::native_names::double_name > | _double |
typedef native_tmpl< float, __HIDER__::native_names::float_name > | _float |
typedef native_tmpl < std::string, __HIDER__::native_names::string_name > | string |
typedef native_tmpl< size_t, __HIDER__::native_names::unsigned_name > | _unsigned |
typedef native_tmpl< int, __HIDER__::native_names::integer_name > | integer |
typedef native_tmpl<double, __HIDER__::native_names::double_name> _double |
Definition at line 57 of file native_item.hpp.
typedef native_tmpl<float, __HIDER__::native_names::float_name> _float |
Definition at line 58 of file native_item.hpp.
typedef native_tmpl<size_t, __HIDER__::native_names::unsigned_name> _unsigned |
Definition at line 60 of file native_item.hpp.
typedef native_tmpl<int, __HIDER__::native_names::integer_name> integer |
Definition at line 61 of file native_item.hpp.
typedef native_tmpl<std::string, __HIDER__::native_names::string_name> string |
Definition at line 59 of file native_item.hpp.