Template Class Format< long >
Defined in File number.hpp
Inheritance Relationships
Base Types
public long::Formatterpublic ecl::interfaces::FormatNumber< long >(Template Class FormatNumber)
Class Documentation
- template<> ecl::Format< long > : public long::Formatter , public ecl::interfaces::FormatNumber< long >
Formatter for long types. It is a specialisation of the Format<IntegralNumber> class.
Public Functions
-
inline Format(int w = -1, Alignment a = NoAlign, IntegralBase b = Dec)
Default constructor.
- Parameters:
w – : the total width of the text output.
a – : the aligning property for the output text.
b – : the base representation used for the output.
-
inline virtual ~Format()
-
inline Format(int w = -1, Alignment a = NoAlign, IntegralBase b = Dec)