mirror of
https://github.com/nasa/trick.git
synced 2025-06-17 14:48:19 +00:00
Test and Document STL Checkpointing (#1355)
* Updates SIM_stl to include checkpoint writing and checkpoint restore, as well as adding more data structures to test * Thoroughly tests supported STL types with MM_stl_checkpoint and MM_stl_restore * Adds an option to enable or disable STL restore in accessible interfaces and changes default to true * Updates documentation on STL checkpointing to clearly state limitations and known bugs
This commit is contained in:
@ -7,7 +7,7 @@ Trick::MemoryManager * trick_MM = NULL;
|
||||
|
||||
// CLASS VARIABLE INITIALIZATION
|
||||
int Trick::MemoryManager::instance_count = 0;
|
||||
|
||||
bool Trick::MemoryManager::restore_stls_default = true;
|
||||
|
||||
// CONSTRUCTOR
|
||||
Trick::MemoryManager::MemoryManager()
|
||||
|
Reference in New Issue
Block a user