OWLNext 7.0
Borland's Object Windows Library for the modern age
|
#include <owl/pch.h>
#include <owl/defs.h>
#include <owl/streambl.h>
#include <owl/objstrm.h>
#include <owl/private/memory.h>
#include <owl/template.h>
#include <owl/pointer.h>
#include <streambuf>
#include <owl/except.h>
#include <set>
Go to the source code of this file.
Namespaces | |
namespace | owl |
Object Windows Library (OWLNext Core) | |
Macros | |
#define | LOCK_TYPES_(s) |
Functions | |
owl::DIAG_DEFINE_GROUP_INIT (OWL_INI, Objstrm, 1, 0) | |
opstream & | owl::operator<< (opstream &os, const tstring &str) |
ipstream & | owl::operator>> (ipstream &is, tstring &str) |
This operator of ipstream extracts (reads) from the ipstream is, to the string str. | |
#define LOCK_TYPES_ | ( | s | ) |
Definition at line 64 of file objstrm.cpp.