Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

expander::expvartype_date< StringType >::DateType Class Reference

Used to hold the date. More...

#include <expandlib-vartype-date.h>

Collaboration diagram for expander::expvartype_date< StringType >::DateType:

Collaboration graph
List of all members.

Public Methods

 DateType (int y=0, int m=0, int d=0)

Public Attributes

int year
int month
int day

Detailed Description

template<class StringType = ::std::string>
class expander::expvartype_date< StringType >::DateType

Used to hold the date.

Definition at line 53 of file expandlib-vartype-date.h.


Constructor & Destructor Documentation

template<class StringType = ::std::string>
expander::expvartype_date< StringType >::DateType::DateType int    y = 0,
int    m = 0,
int    d = 0
[inline]
 

Definition at line 55 of file expandlib-vartype-date.h.

References expander::expvartype_date< StringType >::DateType::day, expander::expvartype_date< StringType >::DateType::month, and expander::expvartype_date< StringType >::DateType::year.


Member Data Documentation

template<class StringType = ::std::string>
int expander::expvartype_date< StringType >::DateType::day
 

Definition at line 59 of file expandlib-vartype-date.h.

Referenced by expander::expvartype_date< StringType >::AppendValue(), expander::expvartype_date< StringType >::DateType::DateType(), and expander::expvartype_date< StringType >::SetValue().

template<class StringType = ::std::string>
int expander::expvartype_date< StringType >::DateType::month
 

Definition at line 58 of file expandlib-vartype-date.h.

Referenced by expander::expvartype_date< StringType >::AppendValue(), expander::expvartype_date< StringType >::DateType::DateType(), and expander::expvartype_date< StringType >::SetValue().

template<class StringType = ::std::string>
int expander::expvartype_date< StringType >::DateType::year
 

Definition at line 57 of file expandlib-vartype-date.h.

Referenced by expander::expvartype_date< StringType >::AppendValue(), expander::expvartype_date< StringType >::DateType::DateType(), and expander::expvartype_date< StringType >::SetValue().


The documentation for this class was generated from the following file:
Generated on Tue Feb 4 17:24:30 2003 for ExpandLib by doxygen1.3-rc2