BDS Public
BdsApi  2.0.11
Bds::DataFormat Class Reference

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

#include <BdsD.h>

Public Member Functions

 DataFormat (BList< BString > names=BList< BString >(), BString description=BString(), BInt32 dataRead=0, BInt32 dataWrite=0, BInt32 metaDataRead=0, BInt32 metaDataWrite=0, BString extension=BString())
 

Public Attributes

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

Detailed Description

This holds information on a data format.

Constructor & Destructor Documentation

◆ DataFormat()

Bds::DataFormat::DataFormat ( BList< BString names = BList<BString >(),
BString  description = BString(),
BInt32  dataRead = 0,
BInt32  dataWrite = 0,
BInt32  metaDataRead = 0,
BInt32  metaDataWrite = 0,
BString  extension = BString() 
)

Member Data Documentation

◆ dataRead

BInt32 Bds::DataFormat::dataRead

Ability to read data.

◆ dataWrite

BInt32 Bds::DataFormat::dataWrite

Ability to write data.

◆ description

BString Bds::DataFormat::description

The description.

◆ extension

BString Bds::DataFormat::extension

Default filename extension.

◆ metaDataRead

BInt32 Bds::DataFormat::metaDataRead

MetaData read supported.

◆ metaDataWrite

BInt32 Bds::DataFormat::metaDataWrite

MetaData write supported.

◆ names

BList<BString > Bds::DataFormat::names

The format names.


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