Multi-ApplicationOnlineProfiling  2.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Trie_node Struct Reference

#include <Trie.h>

Collaboration diagram for Trie_node:
Collaboration graph

Data Fields

void * payload
 
size_t size
 
MALP_Spinlock lock
 
struct Trie_nodechildren [94]
 

Detailed Description

Definition at line 14 of file Trie.h.

Field Documentation

struct Trie_node* Trie_node::children[94]

Definition at line 22 of file Trie.h.

MALP_Spinlock Trie_node::lock

Definition at line 19 of file Trie.h.

void* Trie_node::payload

Definition at line 16 of file Trie.h.

size_t Trie_node::size

Definition at line 18 of file Trie.h.


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