Open CASCADE Technology 6.6.0
|
#include <Storage_HeaderData.hxx>
Public Member Functions | |
Storage_HeaderData () | |
TCollection_AsciiString | CreationDate () const |
return the creation date | |
TCollection_AsciiString | StorageVersion () const |
return the Storage package version | |
TCollection_AsciiString | SchemaVersion () const |
get the version of the schema | |
TCollection_AsciiString | SchemaName () const |
get the schema's name | |
void | SetApplicationVersion (const TCollection_AsciiString &aVersion) |
set the version of the application | |
TCollection_AsciiString | ApplicationVersion () const |
get the version of the application | |
void | SetApplicationName (const TCollection_ExtendedString &aName) |
set the name of the application | |
TCollection_ExtendedString | ApplicationName () const |
get the name of the application | |
void | SetDataType (const TCollection_ExtendedString &aType) |
set the data type | |
TCollection_ExtendedString | DataType () const |
returns data type | |
void | AddToUserInfo (const TCollection_AsciiString &theUserInfo) |
add <theUserInfo> to the user informations | |
const TColStd_SequenceOfAsciiString & | UserInfo () const |
return the user informations | |
void | AddToComments (const TCollection_ExtendedString &aComment) |
add <theUserInfo> to the user informations | |
const TColStd_SequenceOfExtendedString & | Comments () const |
return the user informations | |
Standard_Integer | NumberOfObjects () const |
the the number of persistent objects Return: the number of persistent objects readed | |
Storage_Error | ErrorStatus () const |
TCollection_AsciiString | ErrorStatusExtension () const |
void | ClearErrorStatus () |
Storage_HeaderData::Storage_HeaderData | ( | ) |
void Storage_HeaderData::AddToComments | ( | const TCollection_ExtendedString & | aComment | ) |
void Storage_HeaderData::AddToUserInfo | ( | const TCollection_AsciiString & | theUserInfo | ) |
TCollection_ExtendedString Storage_HeaderData::ApplicationName | ( | ) | const |
TCollection_AsciiString Storage_HeaderData::ApplicationVersion | ( | ) | const |
void Storage_HeaderData::ClearErrorStatus | ( | ) |
const TColStd_SequenceOfExtendedString& Storage_HeaderData::Comments | ( | ) | const |
TCollection_AsciiString Storage_HeaderData::CreationDate | ( | ) | const |
TCollection_ExtendedString Storage_HeaderData::DataType | ( | ) | const |
Storage_Error Storage_HeaderData::ErrorStatus | ( | ) | const |
TCollection_AsciiString Storage_HeaderData::ErrorStatusExtension | ( | ) | const |
Standard_Integer Storage_HeaderData::NumberOfObjects | ( | ) | const |
TCollection_AsciiString Storage_HeaderData::SchemaName | ( | ) | const |
TCollection_AsciiString Storage_HeaderData::SchemaVersion | ( | ) | const |
void Storage_HeaderData::SetApplicationName | ( | const TCollection_ExtendedString & | aName | ) |
void Storage_HeaderData::SetApplicationVersion | ( | const TCollection_AsciiString & | aVersion | ) |
void Storage_HeaderData::SetDataType | ( | const TCollection_ExtendedString & | aType | ) |
TCollection_AsciiString Storage_HeaderData::StorageVersion | ( | ) | const |
const TColStd_SequenceOfAsciiString& Storage_HeaderData::UserInfo | ( | ) | const |