Cloudy
Spectral Synthesis Code for Astrophysics
Loading...
Searching...
No Matches
trieNode Struct Reference

#include <thirdparty.h>

Collaboration diagram for trieNode:

Public Member Functions

 trieNode ()
 
 trieNode (const trieNode &)=delete
 
trieNodeoperator= (const trieNode &)=delete
 
 ~trieNode ()
 

Public Attributes

trieNodechild [TRIESZ]
 
size_t freq
 

Constructor & Destructor Documentation

◆ trieNode() [1/2]

trieNode::trieNode ( )
inline

References child, freq, trieNode(), and TRIESZ.

Referenced by operator=(), trieNode(), and trieNode().

Here is the call graph for this function:

◆ trieNode() [2/2]

trieNode::trieNode ( const trieNode & )
delete

References trieNode().

Here is the call graph for this function:

◆ ~trieNode()

trieNode::~trieNode ( )
inline

References child, and TRIESZ.

Member Function Documentation

◆ operator=()

trieNode & trieNode::operator= ( const trieNode & )
delete

References trieNode().

Here is the call graph for this function:

Member Data Documentation

◆ child

trieNode* trieNode::child[TRIESZ]

◆ freq

size_t trieNode::freq

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