|
Open CASCADE Technology 6.5.2
|
#include <Interface_GeneralLib.hxx>
Public Member Functions | |
| void * | operator new (size_t, void *anAddress) |
| void * | operator new (size_t size) |
| void | operator delete (void *anAddress) |
| Interface_GeneralLib (const Handle< Interface_Protocol > &aprotocol) | |
| Interface_GeneralLib () | |
| void | AddProtocol (const Handle< Standard_Transient > &aprotocol) |
| void | Clear () |
| void | SetComplete () |
| Standard_Boolean | Select (const Handle< Standard_Transient > &obj, Handle< Interface_GeneralModule > &module, Standard_Integer &CN) const |
| void | Start () |
| Standard_Boolean | More () const |
| void | Next () |
| const Handle_Interface_GeneralModule & | Module () const |
| const Handle_Interface_Protocol & | Protocol () const |
Static Public Member Functions | |
| static void | SetGlobal (const Handle< Interface_GeneralModule > &amodule, const Handle< Interface_Protocol > &aprotocol) |
| Interface_GeneralLib::Interface_GeneralLib | ( | const Handle< Interface_Protocol > & | aprotocol | ) |
| Interface_GeneralLib::Interface_GeneralLib | ( | ) |
| void Interface_GeneralLib::AddProtocol | ( | const Handle< Standard_Transient > & | aprotocol | ) |
| void Interface_GeneralLib::Clear | ( | ) |
| const Handle_Interface_GeneralModule& Interface_GeneralLib::Module | ( | ) | const |
| Standard_Boolean Interface_GeneralLib::More | ( | ) | const |
| void Interface_GeneralLib::Next | ( | ) |
| void Interface_GeneralLib::operator delete | ( | void * | anAddress | ) | [inline] |
| void* Interface_GeneralLib::operator new | ( | size_t | size | ) | [inline] |
| void* Interface_GeneralLib::operator new | ( | size_t | , |
| void * | anAddress | ||
| ) | [inline] |
| const Handle_Interface_Protocol& Interface_GeneralLib::Protocol | ( | ) | const |
| Standard_Boolean Interface_GeneralLib::Select | ( | const Handle< Standard_Transient > & | obj, |
| Handle< Interface_GeneralModule > & | module, | ||
| Standard_Integer & | CN | ||
| ) | const |
| void Interface_GeneralLib::SetComplete | ( | ) |
| static void Interface_GeneralLib::SetGlobal | ( | const Handle< Interface_GeneralModule > & | amodule, |
| const Handle< Interface_Protocol > & | aprotocol | ||
| ) | [static] |
| void Interface_GeneralLib::Start | ( | ) |
1.7.4