mirror of
https://github.com/Open-Cascade-SAS/OCCT.git
synced 2026-05-22 12:48:37 +08:00
14 lines
291 B
C++
Executable File
14 lines
291 B
C++
Executable File
#ifndef _Storage_Container_HeaderFile
|
|
#define _Storage_Container_HeaderFile
|
|
|
|
class Handle_Standard_Type;
|
|
const Handle_Standard_Type& Storage_Container_Type_();
|
|
class Storage_BaseDriver;
|
|
|
|
typedef Storage_BaseDriver* Storage_Container;
|
|
|
|
Storage_Container& Storage_CurrentContainer();
|
|
|
|
#endif
|
|
|