|
Teuchos Package Browser (Single Doxygen Collection)
Version of the Day
|
Sets up node tracing and prints remaining RCPNodes on destruction. More...
#include <Teuchos_RCPNode.hpp>
Public Member Functions | |
| ActiveRCPNodesSetup () | |
| | |
| ~ActiveRCPNodesSetup () | |
| | |
| void | foo () |
| | |
Static Private Attributes | |
| static int | count_ = 0 |
Sets up node tracing and prints remaining RCPNodes on destruction.
This class is used by automataic code that sets up support for RCPNode tracing and for printing of remaining nodes on destruction.
Definition at line 647 of file Teuchos_RCPNode.hpp.
Definition at line 616 of file Teuchos_RCPNode.cpp.
Definition at line 627 of file Teuchos_RCPNode.cpp.
| void Teuchos::ActiveRCPNodesSetup::foo | ( | ) |
Definition at line 652 of file Teuchos_RCPNode.cpp.
int Teuchos::ActiveRCPNodesSetup::count_ = 0 [static, private] |
Definition at line 656 of file Teuchos_RCPNode.hpp.
1.7.6.1