CatapultServer
v0.5.0.1 (Elephant)
|
Go to the source code of this file.
Namespaces | |
catapult | |
catapult::model | |
Typedefs | |
using | catapult::model::VerifiableEntityPredicate = predicate< const VerifiableEntity & > |
Prototype for a verifiable entity predicate. More... | |
Functions | |
VerifiableEntityPredicate | catapult::model::NeverFilter () |
Creates a predicate that always returns true . More... | |
VerifiableEntityPredicate | catapult::model::HasTypeFilter (EntityType type) |
Creates a predicate that returns true when an entity has a matching entity type. More... | |
VerifiableEntityPredicate | catapult::model::HasBasicTypeFilter (BasicEntityType type) |
Creates a predicate that returns true when an entity has a matching basic entity type. More... | |