Open CASCADE Technology
6.5.4
|
#include <Storage_RootData.hxx>
Public Member Functions | |
Storage_RootData () | |
Standard_Integer | NumberOfRoots () const |
returns the number of roots. | |
void | AddRoot (const Handle< Storage_Root > &aRoot) |
add a root to <me>. If a root with same name is present, it will be replaced by <aRoot>. | |
Handle_Storage_HSeqOfRoot | Roots () const |
Handle_Storage_Root | Find (const TCollection_AsciiString &aName) const |
find a root with name <aName>. | |
Standard_Boolean | IsRoot (const TCollection_AsciiString &aName) const |
returns Standard_True if <me> contains a root named <aName> | |
void | RemoveRoot (const TCollection_AsciiString &aName) |
remove the root named <aName>. | |
Storage_Error | ErrorStatus () const |
TCollection_AsciiString | ErrorStatusExtension () const |
void | ClearErrorStatus () |
void Storage_RootData::AddRoot | ( | const Handle< Storage_Root > & | aRoot | ) |
Storage_Error Storage_RootData::ErrorStatus | ( | ) | const |
Handle_Storage_Root Storage_RootData::Find | ( | const TCollection_AsciiString & | aName | ) | const |
Standard_Boolean Storage_RootData::IsRoot | ( | const TCollection_AsciiString & | aName | ) | const |
Handle_Storage_HSeqOfRoot Storage_RootData::Roots | ( | ) | const |