#include <string>
#include "loki/NullType.h"
#include "loki/Typelist.h"
Go to the source code of this file.
Namespaces | |
namespace | unit |
Classes | |
class | unit::Prefix< P > |
Prefix template class. More... | |
Typedefs | |
typedef Prefix< NoPrefix > | unit::No |
typedef Prefix< DeciPrefix > | unit::Deci |
typedef Prefix< CentiPrefix > | unit::Centi |
typedef Prefix< MilliPrefix > | unit::Milli |
typedef Prefix< MicroPrefix > | unit::Micro |
typedef Prefix< NanoPrefix > | unit::Nano |
typedef Prefix< PicoPrefix > | unit::Pico |
typedef Prefix< FemtoPrefix > | unit::Femto |
typedef Prefix< AttoPrefix > | unit::Atto |
typedef Prefix< ZeptoPrefix > | unit::Zepto |
typedef Prefix< YoctoPrefix > | unit::Yocto |
typedef Prefix< DecaPrefix > | unit::Deca |
typedef Prefix< HectoPrefix > | unit::Hecto |
typedef Prefix< KiloPrefix > | unit::Kilo |
typedef Prefix< MegaPrefix > | unit::Mega |
typedef Prefix< GigaPrefix > | unit::Giga |
typedef Prefix< TeraPrefix > | unit::Tera |
typedef Prefix< PetaPrefix > | unit::Peta |
typedef Prefix< ExaPrefix > | unit::Exa |
typedef Prefix< ZettaPrefix > | unit::Zetta |
typedef Prefix< YottaPrefix > | unit::Yotta |
typedef Loki::Typelist< Yotta, Loki::Typelist< Zetta, Loki::Typelist< Exa, Loki::Typelist< Peta, Loki::Typelist< Tera, Loki::Typelist< Giga, Loki::Typelist< Mega, Loki::Typelist< Kilo, Loki::Typelist< Hecto, Loki::Typelist< Deca, Loki::Typelist< No, Loki::Typelist< Deci, Loki::Typelist< Centi, Loki::Typelist< Milli, Loki::Typelist< Micro, Loki::Typelist< Nano, Loki::Typelist< Pico, Loki::Typelist< Femto, Loki::Typelist< Atto, Loki::Typelist< Zepto, Loki::Typelist< Yocto, Loki::NullType > > > > > > > > > > > > > > > > > > > > > | unit::Prefixes |
the prefix list |
Definition in file Prefix.h.