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

Definition of TSerializer class. More...

#include <owl/private/defs.h>
#include <owl/defs.h>
#include <owl/eventhan.h>
#include <owl/preclass.h>
#include <owl/posclass.h>

Go to the source code of this file.

Classes

class  owl::TSerializer
 This class sends a block of data to another window. More...
 
class  owl::TSerializeReceiver
 Mix-in class that automatically puts together the block of data sent by TSerializer. More...
 

Namespaces

namespace  owl
 Object Windows Library (OWLNext Core)
 

Macros

#define SerializerMessage   _T("SERIALIZERMESSAGE")
 Serializer window targets should catch the following registered message to receive the block of data.
 

Detailed Description

Definition of TSerializer class.

Definition in file serialze.h.

Macro Definition Documentation

◆ SerializerMessage

#define SerializerMessage   _T("SERIALIZERMESSAGE")

Serializer window targets should catch the following registered message to receive the block of data.

Definition at line 50 of file serialze.h.