#include <cdlist.h>
Inheritance diagram for CVCL::CDList< T >:
Definition at line 49 of file cdlist.h.
|
|
|
|
|
|
|
|
|
Make a copy of the current object so it can be restored to its current state.
Implements CVCL::ContextObj. |
|
Restore the current object from the given data.
Reimplemented from CVCL::ContextObj. |
|
Set the current object to be invalid.
Implements CVCL::ContextObj. |
|
|
Definition at line 73 of file cdlist.h. Referenced by SAT::CD_CNF_Formula::empty(). |
|
|
|
|
|
|
Definition at line 86 of file cdlist.h. Referenced by CVCL::DecisionEngine::lastSplitter(). |
|
|
|
The actual data. Use deque because it doesn't create/destroy data on resize. This pointer is only non-NULL in the master copy. Definition at line 53 of file cdlist.h. Referenced by CVCL::CDList< SmartCDO< Theorem > >::at(), CVCL::CDList< SmartCDO< Theorem > >::back(), CVCL::CDList< SmartCDO< Theorem > >::begin(), CVCL::CDList< SmartCDO< Theorem > >::CDList(), CVCL::CDList< SmartCDO< Theorem > >::operator[](), CVCL::CDList< SmartCDO< Theorem > >::push_back(), CVCL::CDList< SmartCDO< Theorem > >::restoreData(), CVCL::CDList< SmartCDO< Theorem > >::setNull(), and CVCL::CDList< SmartCDO< Theorem > >::~CDList(). |
|