#include <osg/Referenced>#include <dtUtil/functor.h>#include <dtUtil/generic.h>Namespaces | |
| namespace | dtUtil |
Classes | |
| struct | dtUtil::TypeTraits< U > |
| struct | dtUtil::TypeTraits< U >::_Traits< T > |
| struct | dtUtil::TypeTraits< U >::_Traits< const T & > |
| struct | dtUtil::TypeTraits< U >::_Traits< T & > |
| class | dtUtil::Command< RetT > |
| An abstract class for all types which provide a uniform interface for executing Functors. More... | |
| class | dtUtil::Command0< RetT > |
| A Command which does not need arguments and has no return value. More... | |
| class | dtUtil::Command1< RetT, ArgT > |
| A Command which uses one argument and has no return value. More... | |
| class | dtUtil::Command2< RetT, ArgTMember1, ArgTMember2 > |
| A Command which uses two arguments and has no return value. More... | |