Simbody  3.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
SimTK::NiceTypeName< T > Struct Template Reference

In case you don't like the name you get from typeid(), you can specialize this class to provide a nicer name. More...

#include <common.h>

Static Public Member Functions

static const char * name ()
 

Detailed Description

template<class T>
struct SimTK::NiceTypeName< T >

In case you don't like the name you get from typeid(), you can specialize this class to provide a nicer name.

This is typically used for error messages and testing.

Member Function Documentation

template<class T >
static const char* SimTK::NiceTypeName< T >::name ( )
inlinestatic

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