|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|

Public Member Functions | |
| VecSpaceBase () | |
| ~VecSpaceBase () | |
| virtual RCP< VecBase > | create (const RCP< const VecSpaceBase > &s) const =0 |
Definition at line 88 of file test/Handle/cxx_main.cpp.
| VecSpaceBase::VecSpaceBase | ( | ) | [inline] |
Definition at line 91 of file test/Handle/cxx_main.cpp.
| VecSpaceBase::~VecSpaceBase | ( | ) | [inline] |
Definition at line 92 of file test/Handle/cxx_main.cpp.
| virtual RCP<VecBase> VecSpaceBase::create | ( | const RCP< const VecSpaceBase > & | s | ) | const [pure virtual] |
Implemented in VecSpaceA.
1.7.6.1