#include <string>
Go to the source code of this file.
|
template<unsigned PER_INCH> |
const LengthUnit< PER_INCH > | libpagemaker::operator+ (LengthUnit< PER_INCH > left, LengthUnit< PER_INCH > right) |
|
template<unsigned PER_INCH> |
const LengthUnit< PER_INCH > | libpagemaker::operator* (LengthUnit< PER_INCH > left, int right) |
|
template<unsigned PER_INCH> |
const LengthUnit< PER_INCH > | libpagemaker::operator* (int left, LengthUnit< PER_INCH > right) |
|
template<unsigned PER_INCH> |
const LengthUnit< PER_INCH > | libpagemaker::operator- (LengthUnit< PER_INCH > left, LengthUnit< PER_INCH > right) |
|