#include <WildTypeCellMutationState.hpp>
Inherits AbstractCellMutationState.

Public Member Functions | |
| WildTypeCellMutationState () | |
Private Member Functions | |
| template<class Archive > | |
| void | serialize (Archive &archive, const unsigned int version) |
Friends | |
| class | boost::serialization::access |
Subclass of AbstractCellMutationState defining a 'wild type' mutation state.
Definition at line 39 of file WildTypeCellMutationState.hpp.
| WildTypeCellMutationState::WildTypeCellMutationState | ( | ) |
Constructor.
Definition at line 31 of file WildTypeCellMutationState.cpp.
| void WildTypeCellMutationState::serialize | ( | Archive & | archive, | |
| const unsigned int | version | |||
| ) | [inline, private] |
Archive the cell mutation state.
| archive | the archive | |
| version | the current version of this class |
Reimplemented from AbstractCellMutationState.
Definition at line 51 of file WildTypeCellMutationState.hpp.
friend class boost::serialization::access [friend] |
Needed for serialization.
Reimplemented from AbstractCellMutationState.
Definition at line 43 of file WildTypeCellMutationState.hpp.
1.6.3