|
Static Value-Flow Analysis
|
Reverse of WriterPtrPool where T is object type without ID field. More...
#include <SVFFileSystem.h>
Public Member Functions | |
| void | reserve (size_t size) |
| template<typename Creator > | |
| void | createObjs (const cJSON *objArrayJson, Creator creator) |
| T * | getPtr (size_t id) const |
| template<typename FillFunc > | |
| void | fillObjs (FillFunc fillFunc) |
| size_t | size () const |
| template<typename Set > | |
| void | saveToSet (Set &set) const |
Private Attributes | |
| std::vector< const cJSON * > | jsonArray |
| std::vector< T * > | ptrPool |
Reverse of WriterPtrPool where T is object type without ID field.
| T |
Definition at line 745 of file SVFFileSystem.h.
|
inline |
| Creator |
| objArrayJson | |
| creator |
Definition at line 763 of file SVFFileSystem.h.
|
inline |
Definition at line 786 of file SVFFileSystem.h.
Definition at line 779 of file SVFFileSystem.h.
|
inline |
Definition at line 752 of file SVFFileSystem.h.
|
inline |
Definition at line 806 of file SVFFileSystem.h.
|
inline |
Definition at line 801 of file SVFFileSystem.h.
Definition at line 748 of file SVFFileSystem.h.
|
private |
Definition at line 749 of file SVFFileSystem.h.