/usr/include/boost/units/systems/cgs
NameSizeModeActions
acceleration.hpp9450644editdlrm
area.hpp9650644editdlrm
base.hpp13190644editdlrm
current.hpp7990644editdlrm
dimensionless.hpp7320644editdlrm
dynamic_viscosity.hpp8870644editdlrm
energy.hpp8440644editdlrm
force.hpp8430644editdlrm
frequency.hpp7830644editdlrm
io.hpp21770644editdlrm
kinematic_viscosity.hpp9660644editdlrm
length.hpp9110644editdlrm
mass.hpp8760644editdlrm
mass_density.hpp7940644editdlrm
momentum.hpp7700644editdlrm
power.hpp7510644editdlrm
pressure.hpp8730644editdlrm
time.hpp7850644editdlrm
velocity.hpp10350644editdlrm
volume.hpp9890644editdlrm
wavenumber.hpp11470644editdlrm
Edit: /usr/include/boost/units/systems/cgs/power.hpp (751B)
// Boost.Units - A C++ library for zero-overhead dimensional analysis and // unit/quantity manipulation and conversion // // Copyright (C) 2003-2008 Matthias Christian Schabel // Copyright (C) 2008 Steven Watanabe // // Distributed under the Boost Software License, Version 1.0. (See // accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) #ifndef BOOST_UNITS_CGS_POWER_HPP #define BOOST_UNITS_CGS_POWER_HPP #include #include namespace boost { namespace units { namespace cgs { typedef unit power; } // namespace cgs } // namespace units } // namespace boost #endif // BOOST_UNITS_CGS_POWER_HPP