BdsApi  1.2.10
Public Member Functions | Public Attributes
Bds::DataFormat Class Reference

This holds information on a data format. More...

#include <BdsD.h>

List of all members.

Public Member Functions

 DataFormat (BList< BString > pnames=BList< BString >(), BString pdescription=BString(), BInt32 pdataRead=BInt32(), BInt32 pdataWrite=BInt32(), BInt32 pmetaDataRead=BInt32(), BInt32 pmetaDataWrite=BInt32(), BString pextension=BString())

Public Attributes

BList< BString > names
 The format names.
BString description
 The description.
BInt32 dataRead
 Ability to read data.
BInt32 dataWrite
 Ability to write data.
BInt32 metaDataRead
 MetaData read supported.
BInt32 metaDataWrite
 MetaData write supported.
BString extension
 Default filename extension.

Detailed Description

This holds information on a data format.


Constructor & Destructor Documentation

Bds::DataFormat::DataFormat ( BList< BString >  pnames = BList<BString >(),
BString  pdescription = BString(),
BInt32  pdataRead = BInt32(),
BInt32  pdataWrite = BInt32(),
BInt32  pmetaDataRead = BInt32(),
BInt32  pmetaDataWrite = BInt32(),
BString  pextension = BString() 
)

Member Data Documentation

Ability to read data.

Ability to write data.

The description.

Default filename extension.

MetaData read supported.

MetaData write supported.

BList<BString > Bds::DataFormat::names

The format names.


The documentation for this class was generated from the following files: