/* PURPOSE: (Helpers to checkpoint STLs) */ #ifndef __CHECKPOINT_STL_HH__ #define __CHECKPOINT_STL_HH__ // vector, list, deque, set , multiset #include "checkpoint_sequence_stl.hh" // map, multimap #include "checkpoint_map.hh" // stack #include "checkpoint_stack.hh" // queue , priority_queue #include "checkpoint_queue.hh" // pair #include "checkpoint_pair.hh" #endif