![]() |
Kinetis Bootloader Host
2.0.0
Host Tools for Kinetis devices
|
A simplified deque implementation used internally by Value. More...
#include <json.h>
Classes | |
| struct | IteratorState |
Public Types | |
| enum | { itemsPerPage = 8 } |
| typedef Value::ArrayIndex | ArrayIndex |
| typedef unsigned int | PageIndex |
Public Member Functions | |
| ValueInternalArray (const ValueInternalArray &other) | |
| ValueInternalArray & | operator= (const ValueInternalArray &other) |
| void | swap (ValueInternalArray &other) |
| void | clear () |
| void | resize (ArrayIndex newSize) |
| Value & | resolveReference (ArrayIndex index) |
| Value * | find (ArrayIndex index) const |
| ArrayIndex | size () const |
| int | compare (const ValueInternalArray &other) const |
Friends | |
| class | Value |
| class | ValueIteratorBase |
A simplified deque implementation used internally by Value.