Dynalib Utils
Public Member Functions | Public Attributes | List of all members
date::parse_manip< Parsable, CharT, Traits, Alloc > Struct Template Reference

#include <date.h>

Public Member Functions

 parse_manip (std::basic_string< CharT, Traits, Alloc > format, Parsable &tp, std::basic_string< CharT, Traits, Alloc > *abbrev=nullptr, std::chrono::minutes *offset=nullptr)
 

Public Attributes

const std::basic_string< CharT, Traits, Alloc > format_
 
Parsable & tp_
 
std::basic_string< CharT, Traits, Alloc > * abbrev_
 
std::chrono::minutes * offset_
 

Constructor & Destructor Documentation

◆ parse_manip()

template<class Parsable, class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT>>
date::parse_manip< Parsable, CharT, Traits, Alloc >::parse_manip ( std::basic_string< CharT, Traits, Alloc >  format,
Parsable &  tp,
std::basic_string< CharT, Traits, Alloc > *  abbrev = nullptr,
std::chrono::minutes *  offset = nullptr 
)
inline

Member Data Documentation

◆ abbrev_

template<class Parsable, class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT>>
std::basic_string<CharT, Traits, Alloc>* date::parse_manip< Parsable, CharT, Traits, Alloc >::abbrev_

◆ format_

template<class Parsable, class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT>>
const std::basic_string<CharT, Traits, Alloc> date::parse_manip< Parsable, CharT, Traits, Alloc >::format_

◆ offset_

template<class Parsable, class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT>>
std::chrono::minutes* date::parse_manip< Parsable, CharT, Traits, Alloc >::offset_

◆ tp_

template<class Parsable, class CharT, class Traits = std::char_traits<CharT>, class Alloc = std::allocator<CharT>>
Parsable& date::parse_manip< Parsable, CharT, Traits, Alloc >::tp_

The documentation for this struct was generated from the following file: