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 749 of file SVFFileSystem.h.
|
inline |
Creator |
objArrayJson | |
creator |
Definition at line 767 of file SVFFileSystem.h.
|
inline |
Definition at line 790 of file SVFFileSystem.h.
Definition at line 783 of file SVFFileSystem.h.
|
inline |
Definition at line 756 of file SVFFileSystem.h.
|
inline |
Definition at line 810 of file SVFFileSystem.h.
|
inline |
Definition at line 805 of file SVFFileSystem.h.
Definition at line 752 of file SVFFileSystem.h.
|
private |
Definition at line 753 of file SVFFileSystem.h.