| klee
    | 
#include <ImmutableTree.h>

| Public Member Functions | |
| FixedStack (unsigned _max) | |
| FixedStack (const FixedStack &b) | |
| ~FixedStack () | |
| void | push_back (const T &elt) | 
| void | pop_back () | 
| bool | empty () | 
| T & | back () | 
| FixedStack & | operator= (const FixedStack &b) | 
| bool | operator== (const FixedStack &b) | 
| bool | operator!= (const FixedStack &b) | 
| Private Attributes | |
| unsigned | pos | 
| unsigned | max | 
| T * | elts | 
Definition at line 104 of file ImmutableTree.h.
| 
 | inline | 
Definition at line 109 of file ImmutableTree.h.
| 
 | inline | 
Definition at line 112 of file ImmutableTree.h.
References klee::FixedStack< T >::elts, and klee::FixedStack< T >::pos.
| 
 | inline | 
Definition at line 117 of file ImmutableTree.h.
References klee::FixedStack< T >::elts.
| 
 | inline | 
Definition at line 122 of file ImmutableTree.h.
References klee::FixedStack< T >::elts, and klee::FixedStack< T >::pos.
Referenced by klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator*(), klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator++(), klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator--(), and klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator->().

| 
 | inline | 
Definition at line 121 of file ImmutableTree.h.
References klee::FixedStack< T >::pos.
Referenced by klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator++(), and klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator--().

| 
 | inline | 
Definition at line 136 of file ImmutableTree.h.
| 
 | inline | 
Definition at line 125 of file ImmutableTree.h.
References klee::FixedStack< T >::elts, klee::FixedStack< T >::max, and klee::FixedStack< T >::pos.
| 
 | inline | 
Definition at line 132 of file ImmutableTree.h.
References klee::FixedStack< T >::elts, and klee::FixedStack< T >::pos.
| 
 | inline | 
Definition at line 120 of file ImmutableTree.h.
References klee::FixedStack< T >::pos.
Referenced by klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator++(), and klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator--().

| 
 | inline | 
Definition at line 119 of file ImmutableTree.h.
References klee::FixedStack< T >::elts, and klee::FixedStack< T >::pos.
Referenced by klee::ImmutableTree< K, V, KOV, CMP >::iterator::iterator(), klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator++(), and klee::ImmutableTree< K, V, KOV, CMP >::iterator::operator--().

| 
 | private | 
Definition at line 106 of file ImmutableTree.h.
Referenced by klee::FixedStack< T >::back(), klee::FixedStack< T >::FixedStack(), klee::FixedStack< T >::operator=(), klee::FixedStack< T >::operator==(), klee::FixedStack< T >::push_back(), and klee::FixedStack< T >::~FixedStack().
| 
 | private | 
Definition at line 105 of file ImmutableTree.h.
Referenced by klee::FixedStack< T >::operator=().
| 
 | private | 
Definition at line 105 of file ImmutableTree.h.
Referenced by klee::FixedStack< T >::back(), klee::FixedStack< T >::empty(), klee::FixedStack< T >::FixedStack(), klee::FixedStack< T >::operator=(), klee::FixedStack< T >::operator==(), klee::FixedStack< T >::pop_back(), and klee::FixedStack< T >::push_back().