| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
??.instance --+
|
object --+
|
session
saga::session type
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from Inherited from |
|||
|
|||
__init__( (object)arg1) -> None :
C++ signature :
void __init__(_object*)
__init__( (object)arg1, (bool)arg2) -> None :
C++ signature :
void __init__(_object*,bool)
|
add_context( (session)arg1, (context)arg2) -> None :
add a context to the list of contexts held by this session
C++ signature :
void add_context(saga::session {lvalue},saga::context)
|
list_contexts( (session)arg1) -> object :
list all contexts held by this session
C++ signature :
std::vector<saga::context, std::allocator<saga::context> > list_contexts(saga::session {lvalue})
|
remove_context( (session)arg1, (context)arg2) -> None :
remove a context from the list of contexts held by this session
C++ signature :
void remove_context(saga::session {lvalue},saga::context)
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Sep 28 13:25:13 2009 | http://epydoc.sourceforge.net |