qtty-cpp 0.4.5
Header-only C++ wrapper for qtty
Loading...
Searching...
No Matches
area.hpp File Reference
#include "../ffi_core.hpp"
Include dependency graph for area.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  qtty::SquareMeterTag
 
struct  qtty::SquareKilometerTag
 
struct  qtty::SquareCentimeterTag
 
struct  qtty::SquareMillimeterTag
 
struct  qtty::HectareTag
 
struct  qtty::AreTag
 
struct  qtty::SquareInchTag
 
struct  qtty::SquareFootTag
 
struct  qtty::SquareYardTag
 
struct  qtty::SquareMileTag
 
struct  qtty::AcreTag
 
struct  qtty::UnitTraits< SquareMeterTag >
 
struct  qtty::UnitTraits< SquareKilometerTag >
 
struct  qtty::UnitTraits< SquareCentimeterTag >
 
struct  qtty::UnitTraits< SquareMillimeterTag >
 
struct  qtty::UnitTraits< HectareTag >
 
struct  qtty::UnitTraits< AreTag >
 
struct  qtty::UnitTraits< SquareInchTag >
 
struct  qtty::UnitTraits< SquareFootTag >
 
struct  qtty::UnitTraits< SquareYardTag >
 
struct  qtty::UnitTraits< SquareMileTag >
 
struct  qtty::UnitTraits< AcreTag >
 

Namespaces

namespace  qtty
 

Typedefs

using qtty::SquareMeter = Quantity< SquareMeterTag >
 
using qtty::SquareKilometer = Quantity< SquareKilometerTag >
 
using qtty::SquareCentimeter = Quantity< SquareCentimeterTag >
 
using qtty::SquareMillimeter = Quantity< SquareMillimeterTag >
 
using qtty::Hectare = Quantity< HectareTag >
 
using qtty::Are = Quantity< AreTag >
 
using qtty::SquareInch = Quantity< SquareInchTag >
 
using qtty::SquareFoot = Quantity< SquareFootTag >
 
using qtty::SquareYard = Quantity< SquareYardTag >
 
using qtty::SquareMile = Quantity< SquareMileTag >
 
using qtty::Acre = Quantity< AcreTag >