|
OpenMW
|
#include <savingstages.hpp>
Public Member Functions | |
| WriteCollectionStage (const CollectionT &collection, SavingState &state) | |
| virtual int | setup () |
| virtual void | perform (int stage, std::vector< std::string > &messages) |
| Messages resulting from this stage will be appended to messages. | |
Private Attributes | |
| const CollectionT & | mCollection |
| SavingState & | mState |
| CSMDoc::WriteCollectionStage< CollectionT >::WriteCollectionStage | ( | const CollectionT & | collection, |
| SavingState & | state | ||
| ) |
| void CSMDoc::WriteCollectionStage< CollectionT >::perform | ( | int | stage, |
| std::vector< std::string > & | messages | ||
| ) | [virtual] |
Messages resulting from this stage will be appended to messages.
Implements CSMDoc::Stage.
Reimplemented in CSMDoc::WriteFilterStage.
| int CSMDoc::WriteCollectionStage< CollectionT >::setup | ( | ) | [virtual] |
Implements CSMDoc::Stage.
const CollectionT& CSMDoc::WriteCollectionStage< CollectionT >::mCollection [private] |
SavingState& CSMDoc::WriteCollectionStage< CollectionT >::mState [private] |
1.7.6.1