linbox
CSDate Class Reference

#include <CSValue.h>

+ Inheritance diagram for CSDate:

Public Member Functions

 CSDate ()
 
 CSDate (const struct tm &time)
 
struct tm getVal () const
 
void print (std::ostream &out) const
 
CSValueclone () const
 
int type () const
 

Protected Attributes

struct tm elt_
 

Constructor & Destructor Documentation

◆ CSDate() [1/2]

CSDate ( )
inline

◆ CSDate() [2/2]

CSDate ( const struct tm & time)
inline

Member Function Documentation

◆ getVal()

struct tm getVal ( ) const
inline

◆ print()

void print ( std::ostream & out) const
inlinevirtual

Implements CSValue.

◆ clone()

CSValue * clone ( ) const
inlinevirtual

Implements CSValue.

◆ type()

int type ( ) const
inlinevirtual

Implements CSValue.

Field Documentation

◆ elt_

struct tm elt_
protected

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