namespace CCL::Format

namespace Format {

// classes

class Bipolar;
class ByteSize;
class BytesPerSecond;
class DateTime;

template <class T>
class DateTimeVariant;

class Duration;
class FourCharID;
class ISODateTime;
class Int;
class Linear;
class Normalized;
class Offset;
class Percent;
class PercentFloat;
class PercentInt;
class PortableDateTime;
class SIByteSize;
class SIBytesPerSecond;
class StringList;
class TimeAgo;
class TimeAhead;

// global variables

const CStringPtr kPercent = "System.Percent";

} // namespace Format