|
template<typename I , typename = std::enable_if_t<std::is_integral<I>::value>> |
const auto & | graphene::protocol::to_num (const I &i) |
|
template<typename I > |
const auto & | graphene::protocol::to_num (const fc::safe< I > &i) |
|
auto | graphene::protocol::to_num (const fc::time_point_sec &t) |
|
template<typename Object > |
object_restriction_predicate< Object > | graphene::protocol::restrictions_to_predicate (vector< restriction >, bool) |
|
template<typename F , typename P , typename A , typename = std::enable_if_t<P::valid>> |
object_restriction_predicate< F > | graphene::protocol::embed_argument (P p, A a, short) |
|
template<typename F , typename P , typename A > |
object_restriction_predicate< F > | graphene::protocol::embed_argument (P, A, long) |
|
template<template< typename... > class Predicate, typename Field , typename ArgVariant > |
object_restriction_predicate< Field > | graphene::protocol::make_predicate (ArgVariant arg) |
|
template object_restriction_predicate< share_type > | graphene::protocol::create_predicate_function (restriction_function func, restriction_argument arg) |
|
template<typename Object , typename = std::enable_if_t<typelist::length<typename fc::reflector<Object>::native_members>() != 0>> |
object_restriction_predicate< Object > | graphene::protocol::create_field_predicate (restriction &&r, short) |
| Create a predicate asserting on the field of the object a restriction is referencing. More...
|
|
template<typename Object > |
object_restriction_predicate< Object > | graphene::protocol::create_field_predicate (restriction &&, long) |
|
template<typename Object > |
object_restriction_predicate< Object > | graphene::protocol::create_logical_or_predicate (vector< vector< restriction >> rs) |
|