roo_quantity
API Documentation for roo_quantity
Loading...
Searching...
No Matches
roo_quantity.h
Go to the documentation of this file.
1#pragma once
2
3/// Umbrella header for the roo_quantity module.
4///
5/// Provides strongly typed physical quantity units and conversions.
6
7/// Base.
8
11#include "roo_quantity/time.h"
12
13/// Mechanics.
14
15#include "roo_quantity/area.h"
17#include "roo_quantity/force.h"
18#include "roo_quantity/length.h"
20#include "roo_quantity/mass.h"
21#include "roo_quantity/power.h"
24#include "roo_quantity/volume.h"
27#include "roo_quantity/work.h"
28
29/// Electricity.
30
32#include "roo_quantity/charge.h"