c++-gtk-utils
Classes | Namespaces
param.h File Reference
#include <c++-gtk-utils/cgu_config.h>

Go to the source code of this file.

Classes

class  Cgu::Param< T >
 Struct for automatic typing of parameter arguments for template functions. More...
 
struct  Cgu::Param< T & >
 
struct  Cgu::Param< T * >
 
class  Cgu::RemoveRefCond< T, unref >
 Struct which will conditionally convert a reference type to a value type. More...
 
struct  Cgu::RemoveRefCond< T, true >
 
struct  Cgu::RemoveRefCond< T &, true >
 
struct  Cgu::RemoveRefCond< T, false >
 
struct  Cgu::RemoveRefCond< T &, false >
 
class  Cgu::TypeTuple< T1, T2, T3, T4, T5 >
 Struct type to provide unbound arguments for Callback::CallbackArg objects. More...
 

Namespaces

 Cgu