swift
Classes | Namespaces | Macros
physicalquantity.h File Reference

Go to the source code of this file.

Classes

class  swift::misc::physical_quantities::CPhysicalQuantity< MU, PQ >
 A physical quantity such as "5m", "20s", "1500ft/s". More...
 

Namespaces

 swift::misc
 Free functions in swift::misc.
 

Macros

#define SWIFT_DECLARE_PQ_MIXINS(MU, PQ)   SWIFT_TEMPLATE_PQ_MIXINS(MU, PQ, extern, )
 Explicit template declaration of mixins for a CPhysicalQuantity subclass to be placed near the top of the header that defines the class.
 
#define SWIFT_DEFINE_PQ_MIXINS(MU, PQ)   SWIFT_TEMPLATE_PQ_MIXINS(MU, PQ, , )
 Explicit template definition of mixins for a CPhysicalQuantity subclass.