Open CASCADE Technology  6.5.4
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Public Member Functions
Dynamic_SeqOfMethods Class Reference

#include <Dynamic_SeqOfMethods.hxx>

Inheritance diagram for Dynamic_SeqOfMethods:
Inheritance graph
[legend]

Public Member Functions

DEFINE_STANDARD_ALLOC Dynamic_SeqOfMethods ()
void Clear ()
 ~Dynamic_SeqOfMethods ()
const Dynamic_SeqOfMethodsAssign (const Dynamic_SeqOfMethods &Other)
const Dynamic_SeqOfMethodsoperator= (const Dynamic_SeqOfMethods &Other)
void Append (const Handle< Dynamic_Method > &T)
void Append (Dynamic_SeqOfMethods &S)
void Prepend (const Handle< Dynamic_Method > &T)
void Prepend (Dynamic_SeqOfMethods &S)
void InsertBefore (const Standard_Integer Index, const Handle< Dynamic_Method > &T)
void InsertBefore (const Standard_Integer Index, Dynamic_SeqOfMethods &S)
void InsertAfter (const Standard_Integer Index, const Handle< Dynamic_Method > &T)
void InsertAfter (const Standard_Integer Index, Dynamic_SeqOfMethods &S)
const Handle_Dynamic_Method & First () const
const Handle_Dynamic_Method & Last () const
void Split (const Standard_Integer Index, Dynamic_SeqOfMethods &Sub)
const Handle_Dynamic_Method & Value (const Standard_Integer Index) const
const Handle_Dynamic_Method & operator() (const Standard_Integer Index) const
void SetValue (const Standard_Integer Index, const Handle< Dynamic_Method > &I)
Handle_Dynamic_Method & ChangeValue (const Standard_Integer Index)
Handle_Dynamic_Method & operator() (const Standard_Integer Index)
void Remove (const Standard_Integer Index)
void Remove (const Standard_Integer FromIndex, const Standard_Integer ToIndex)

Constructor & Destructor Documentation


Member Function Documentation

Handle_Dynamic_Method& Dynamic_SeqOfMethods::ChangeValue ( const Standard_Integer  Index)
const Handle_Dynamic_Method& Dynamic_SeqOfMethods::First ( ) const
const Handle_Dynamic_Method& Dynamic_SeqOfMethods::Last ( ) const
const Handle_Dynamic_Method& Dynamic_SeqOfMethods::operator() ( const Standard_Integer  Index) const [inline]
Handle_Dynamic_Method& Dynamic_SeqOfMethods::operator() ( const Standard_Integer  Index) [inline]
const Dynamic_SeqOfMethods& Dynamic_SeqOfMethods::operator= ( const Dynamic_SeqOfMethods Other) [inline]
const Handle_Dynamic_Method& Dynamic_SeqOfMethods::Value ( const Standard_Integer  Index) const

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