#include <singleton.h>
Static Public Member Functions | |
static const T & | const2Instance () |
static const T & | instance () |
static T & | mutableInstance () |
Definition at line 41 of file singleton.h.
static const T& vigir_footstep_planning::Singleton< T >::const2Instance | ( | ) | [inline, static] |
Definition at line 50 of file singleton.h.
static const T& vigir_footstep_planning::Singleton< T >::instance | ( | ) | [inline, static] |
Definition at line 45 of file singleton.h.
static T& vigir_footstep_planning::Singleton< T >::mutableInstance | ( | ) | [inline, static] |
Definition at line 55 of file singleton.h.