CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::cache | |
catapult::io | |
catapult::subscribers | |
Typedefs | |
using | catapult::subscribers::CacheChangesStorages = std::vector< std::unique_ptr< const cache::CacheChangesStorage > > |
Vector of cache changes storage unique pointers. More... | |
Functions | |
void | catapult::subscribers::ReadNextStateChange (io::InputStream &inputStream, const CacheChangesStorages &cacheChangesStorages, StateChangeSubscriber &subscriber) |
Reads next state change from inputStream and forwards it to subscriber using cacheChangesStorages for deserialization. More... | |