Version: 1.0
Public Member Functions | Public Attributes | List of all members
Load Struct Reference

#include <conact_tree.h>

Public Member Functions

 Load (std::istream &is, BinaryDrag< conact > &bd)
 
BinaryDrag< conact >::node * LoadConactTreeRec ()
 

Public Attributes

std::istream & is_
 
BinaryDrag< conact > & bd_
 
std::unordered_map< int, BinaryDrag< conact >::node * > np_
 

Detailed Description

Definition at line 149 of file conact_tree.h.

Constructor & Destructor Documentation

◆ Load()

Load::Load ( std::istream &  is,
BinaryDrag< conact > &  bd 
)
inline

Definition at line 154 of file conact_tree.h.

Member Function Documentation

◆ LoadConactTreeRec()

BinaryDrag<conact>::node* Load::LoadConactTreeRec ( )
inline

Definition at line 165 of file conact_tree.h.

Member Data Documentation

◆ bd_

BinaryDrag<conact>& Load::bd_

Definition at line 151 of file conact_tree.h.

◆ is_

std::istream& Load::is_

Definition at line 150 of file conact_tree.h.

◆ np_

std::unordered_map<int, BinaryDrag<conact>::node*> Load::np_

Definition at line 152 of file conact_tree.h.


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