AnCH Framework 0.1
Another C++ Hack Framework
 
Loading...
Searching...
No Matches
anch::date Namespace Reference

Date namespace. More...

Namespaces

namespace  formatter
 Date formatter namespace.
 

Classes

class  Date
 
class  DateFormatter
 
class  InvalidFormatException
 Invalid date format error. More...
 

Typedefs

typedef anch::date::formatter::IDatePartFormatter *(* getInstance) ()
 

Detailed Description

Date namespace.

It contains utilities for date and time management.
These classes are based on C++11 std::chrono. It provides date parser and formatter like in Java. The syntax of date formatting is nearly the same as std::strtime.

Typedef Documentation

◆ getInstance

typedef anch::date::formatter::IDatePartFormatter *(* anch::date::getInstance) ()

anch::date::formatter::IDatePartFormatter instance getter function/method prototype