CatapultServer  v0.5.0.1 (Elephant)
WeakEntityInfo.h File Reference
Include dependency graph for WeakEntityInfo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  catapult::model::WeakEntityInfoT< TEntity >
 Wrapper around a strongly typed entity and its associated metadata. More...
 

Namespaces

 catapult
 
 catapult::model
 

Typedefs

using catapult::model::WeakEntityInfo = WeakEntityInfoT< VerifiableEntity >
 
using catapult::model::WeakEntityInfos = std::vector< WeakEntityInfo >
 A container of weak entity infos. More...
 

Functions

template<typename TEntity >
std::ostream & catapult::model::operator<< (std::ostream &out, const WeakEntityInfoT< TEntity > &entityInfo)
 Insertion operator for outputting entityInfo to out. More...