Boost  v1.57.0
doxygen for www.boost.org
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
boost::units::unit< Dim, System, Enable > Singleton Reference

class representing a model-dependent unit with no associated value More...

#include <units_fwd.hpp>

Public Types

typedef unit< Dim, System > unit_type
 
typedef unit< Dim, System > this_type
 
typedef Dim dimension_type
 
typedef System system_type
 

Public Member Functions

 unit ()
 
 unit (const this_type &)
 
this_typeoperator= (const this_type &)
 

Detailed Description

template<class Dim, class System, class Enable>
singleton boost::units::unit< Dim, System, Enable >

class representing a model-dependent unit with no associated value

(e.g. meters, Kelvin, feet, etc...)

Member Typedef Documentation

template<class Dim, class System, class Enable >
typedef Dim boost::units::unit< Dim, System, Enable >::dimension_type
template<class Dim, class System, class Enable >
typedef System boost::units::unit< Dim, System, Enable >::system_type
template<class Dim, class System, class Enable >
typedef unit<Dim,System> boost::units::unit< Dim, System, Enable >::this_type
template<class Dim, class System, class Enable >
typedef unit<Dim, System> boost::units::unit< Dim, System, Enable >::unit_type

Constructor & Destructor Documentation

template<class Dim, class System, class Enable >
boost::units::unit< Dim, System, Enable >::unit ( )
inline
template<class Dim, class System, class Enable >
boost::units::unit< Dim, System, Enable >::unit ( const this_type )
inline

Member Function Documentation

template<class Dim, class System, class Enable >
this_type& boost::units::unit< Dim, System, Enable >::operator= ( const this_type )
inline

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