| 
| template<class T >  | 
| RCPNode *  | Teuchos::basicRCPNodeNoAlloc (T *p, const bool has_ownership) | 
|   | 
| template<class T >  | 
| RCPNode *  | Teuchos::basicRCPNode (const bool has_ownership, T **p_out=0) | 
|   | 
| void  | Teuchos::deleteRCPNode (RCPNode **node) | 
|   | 
| template<class T >  | 
| RCPNodeHandle  | Teuchos::basicRCPNodeHandle (const bool has_ownership, T **p_out=0) | 
|   | 
|   | Teuchos::TEUCHOS_STATIC_SETUP () | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST (RCPNodeHandle, assignSelf) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST (RCPNodeHandle, defaultConstruct) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, basicConstruct_owns_mem, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, basicConstruct_no_owns_mem, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, weakPtr_basic_1, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, weakPtr_basic_2, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, copyConstruct, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, moveConstruct, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, copyAssignmentOperator, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, moveAssignmentOperator, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_basic, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_basic_const, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_failed, T) | 
|   | 
|   | Teuchos::TEUCHOS_UNIT_TEST_TEMPLATE_1_DECL (RCPNodeHandle, extraData_failed_const, T) | 
|   |