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

Public Types

typedef std::shared_ptr< TestNodeshared_ptr
 

Public Member Functions

 TestNode ()
 
 TestNode (int data)
 

Public Attributes

std::vector< shared_ptrchildren
 
int data
 

Detailed Description

Definition at line 28 of file testTreeTraversal.cpp.

Member Typedef Documentation

◆ shared_ptr

typedef std::shared_ptr<TestNode> TestNode::shared_ptr

Definition at line 29 of file testTreeTraversal.cpp.

Constructor & Destructor Documentation

◆ TestNode() [1/2]

TestNode::TestNode ( )
inline

Definition at line 32 of file testTreeTraversal.cpp.

◆ TestNode() [2/2]

TestNode::TestNode ( int  data)
inline

Definition at line 33 of file testTreeTraversal.cpp.

Member Data Documentation

◆ children

std::vector<shared_ptr> TestNode::children

Definition at line 31 of file testTreeTraversal.cpp.

◆ data

int TestNode::data

Definition at line 30 of file testTreeTraversal.cpp.


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


gtsam
Author(s):
autogenerated on Tue Jun 25 2024 03:08:22