Home You are here: Home > Support > Reference v1.0

Change language: German

XmData Class Reference

Inheritance diagram for XmData:

XmDataAtom XmDataBytes XmDataString List of all members.

Detailed Description

Abstract class to handle different atomic data formats in the same way.

This is an abstract class to handle atomic data in three different data formats:

  • native by encapsulating with XmAtom.
  • string by XmString
  • byte array by XmAByte.


Public Member Functions

virtual bool ToAtom (XmAtom &atom, const XmIOCondition &ioc) const =0
 Convert atomic data to an XmAtom.
virtual bool ToAtomByte (XmDataBytes &atom, const XmIOCondition &ioc) const
 Convert atomic data to a byte array.
virtual bool ToString (XmString &str, const XmIOCondition &ioc) const =0
 Convert atomic data to a string.

Copyright © 2006 Praetz Software Development - www.exomware.com