Public Types | Public Member Functions | Public Attributes | List of all members
TestNode Struct Reference

Public Types

typedef boost::shared_ptr< TestNodeshared_ptr
 

Public Member Functions

 TestNode ()
 
 TestNode (int data)
 

Public Attributes

vector< shared_ptrchildren
 
int data
 

Detailed Description

Definition at line 32 of file testTreeTraversal.cpp.

Member Typedef Documentation

typedef boost::shared_ptr<TestNode> TestNode::shared_ptr

Definition at line 33 of file testTreeTraversal.cpp.

Constructor & Destructor Documentation

TestNode::TestNode ( )
inline

Definition at line 36 of file testTreeTraversal.cpp.

TestNode::TestNode ( int  data)
inline

Definition at line 37 of file testTreeTraversal.cpp.

Member Data Documentation

vector<shared_ptr> TestNode::children

Definition at line 35 of file testTreeTraversal.cpp.

int TestNode::data

Definition at line 34 of file testTreeTraversal.cpp.


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


gtsam
Author(s):
autogenerated on Sat May 8 2021 02:51:54