gem5  v20.0.0.3
Public Member Functions | Public Attributes | List of all members
Trie< Key, Value >::Node Struct Reference

#include <trie.hh>

Public Member Functions

bool matches (Key test)
 
 Node (Key _key, Key _mask, Value *_val)
 
void clear ()
 
void dump (std::ostream &os, int level)
 

Public Attributes

Key key
 
Key mask
 
Value * value
 
Nodeparent
 
Nodekids [2]
 

Detailed Description

template<class Key, class Value>
struct Trie< Key, Value >::Node

Definition at line 55 of file trie.hh.

Constructor & Destructor Documentation

◆ Node()

template<class Key, class Value>
Trie< Key, Value >::Node::Node ( Key  _key,
Key  _mask,
Value *  _val 
)
inline

Member Function Documentation

◆ clear()

template<class Key, class Value>
void Trie< Key, Value >::Node::clear ( )
inline

Definition at line 80 of file trie.hh.

References Trie< Key, Value >::Node::clear().

Referenced by Trie< Key, Value >::Node::clear().

◆ dump()

template<class Key, class Value>
void Trie< Key, Value >::Node::dump ( std::ostream &  os,
int  level 
)
inline

Definition at line 95 of file trie.hh.

References ccprintf(), Trie< Key, Value >::Node::dump(), ArmISA::i, and X86ISA::level.

Referenced by Trie< Key, Value >::Node::dump().

◆ matches()

template<class Key, class Value>
bool Trie< Key, Value >::Node::matches ( Key  test)
inline

Definition at line 61 of file trie.hh.

References Trie< Key, Value >::Node::key.

Member Data Documentation

◆ key

template<class Key, class Value>
Key Trie< Key, Value >::Node::key

Definition at line 57 of file trie.hh.

Referenced by Trie< Key, Value >::Node::matches(), and Trie< Addr, TlbEntry >::remove().

◆ kids

template<class Key, class Value>
Node* Trie< Key, Value >::Node::kids[2]

Definition at line 69 of file trie.hh.

Referenced by Trie< Addr, TlbEntry >::lookupHandle(), and Trie< Addr, TlbEntry >::remove().

◆ mask

template<class Key, class Value>
Key Trie< Key, Value >::Node::mask

Definition at line 58 of file trie.hh.

◆ parent

template<class Key, class Value>
Node* Trie< Key, Value >::Node::parent

Definition at line 68 of file trie.hh.

Referenced by Trie< Addr, TlbEntry >::remove().

◆ value

template<class Key, class Value>
Value* Trie< Key, Value >::Node::value

Definition at line 66 of file trie.hh.


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

Generated on Fri Jul 3 2020 15:53:22 for gem5 by doxygen 1.8.13