OWLNext 7.0
Borland's Object Windows Library for the modern age
|
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) | |
tostream & | owl::operator<< (tostream &s, const TDate &d) |
Inserts date into output stream os. | |
tistream & | owl::operator>> (tistream &s, TDate &d) |
Extracts date from input stream is. | |
TDate class IO and conversion implementation.
Definition in file dateio.cpp.