NumeRe v1.1.4
NumeRe: Framework für Numerische Rechnungen
date::time_zone_link Class Reference

#include <tz.h>

Collaboration diagram for date::time_zone_link:

Public Member Functions

DATE_API time_zone_link (const std::string &s)
 
const std::string & name () const
 
const std::string & target () const
 

Private Attributes

std::string name_
 
std::string target_
 

Friends

bool operator== (const time_zone_link &x, const time_zone_link &y)
 
bool operator< (const time_zone_link &x, const time_zone_link &y)
 
DATE_API std::ostream & operator<< (std::ostream &os, const time_zone_link &x)
 

Detailed Description

Definition at line 963 of file tz.h.

Constructor & Destructor Documentation

◆ time_zone_link()

date::time_zone_link::time_zone_link ( const std::string &  s)
explicit

Definition at line 2800 of file tz.cpp.

References name_, and target_.

Member Function Documentation

◆ name()

const std::string & date::time_zone_link::name ( ) const
inline

Definition at line 971 of file tz.h.

References name_.

◆ target()

const std::string & date::time_zone_link::target ( ) const
inline

Definition at line 972 of file tz.h.

References target_.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const time_zone_link x,
const time_zone_link y 
)
friend

Definition at line 975 of file tz.h.

◆ operator<<

DATE_API std::ostream & operator<< ( std::ostream &  os,
const time_zone_link x 
)
friend

Definition at line 2809 of file tz.cpp.

◆ operator==

bool operator== ( const time_zone_link x,
const time_zone_link y 
)
friend

Definition at line 974 of file tz.h.

Member Data Documentation

◆ name_

std::string date::time_zone_link::name_
private

Definition at line 966 of file tz.h.

Referenced by name(), and time_zone_link().

◆ target_

std::string date::time_zone_link::target_
private

Definition at line 967 of file tz.h.

Referenced by target(), and time_zone_link().


The documentation for this class was generated from the following files: