LRAUV  revA
UnitRegistry.h File Reference

Contains the UnitRegistry class declaration. More...

#include "utils/FastMap.h"
Include dependency graph for UnitRegistry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  UnitRegistry
 Provides mapping between unit names and units. More...
 
class  UnitRegistry::StaticDestructor
 Makes sure that instance_ is deleted on shutdown. More...
 

Typedefs

typedef FastMap< const Str, const Unit * > UnitMap
 

Detailed Description

Contains the UnitRegistry class declaration.

Copyright (c) 2007,2008,2009 MBARI MBARI Proprietary Information. All Rights Reserved

Typedef Documentation

typedef FastMap<const Str, const Unit*> UnitMap