OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
dateio.cpp File Reference

TDate class IO and conversion implementation. More...

#include <owl/pch.h>
#include <owl/date.h>
#include <stdio.h>
#include <ctype.h>
#include <owl/private/strmdefs.h>
#include <owl/profile.h>

Go to the source code of this file.

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Functions

 owl::_OWLSTATICFUNC (static void) SkipDelim(tistream &strm)
 
 owl::ParseMonth (tistream &s, tchar *month)
 
tostreamowl::operator<< (tostream &s, const TDate &d)
 Inserts date into output stream os.
 
tistreamowl::operator>> (tistream &s, TDate &d)
 Extracts date from input stream is.
 

Detailed Description

TDate class IO and conversion implementation.

Definition in file dateio.cpp.