JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Member Functions | Static Public Attributes
joda::query::providers::membercount::MemberCountCalculator Class Reference

#include <MemberCountProvider.h>

Static Public Member Functions

static RJValue accept (const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc, const ValueAccepter &accepter)
 
static RJValue pointer (const RJValue *ptr)
 
static RJValue virtualObject (const VirtualObject *vo)
 

Static Public Attributes

static constexpr IValueType retType = IV_Number
 
static constexpr IValueType inType = IV_Object
 
static constexpr bool acceptAll = false
 
static constexpr auto name = "MEMCOUNT"
 

Member Function Documentation

◆ accept()

static RJValue joda::query::providers::membercount::MemberCountCalculator::accept ( const RapidJsonDocument json,
RJMemoryPoolAlloc alloc,
const ValueAccepter accepter 
)
inlinestatic
Here is the call graph for this function:

◆ pointer()

static RJValue joda::query::providers::membercount::MemberCountCalculator::pointer ( const RJValue ptr)
inlinestatic

◆ virtualObject()

static RJValue joda::query::providers::membercount::MemberCountCalculator::virtualObject ( const VirtualObject vo)
inlinestatic
Here is the call graph for this function:

Field Documentation

◆ acceptAll

constexpr bool joda::query::providers::membercount::MemberCountCalculator::acceptAll = false
staticconstexpr

◆ inType

constexpr IValueType joda::query::providers::membercount::MemberCountCalculator::inType = IV_Object
staticconstexpr

◆ name

constexpr auto joda::query::providers::membercount::MemberCountCalculator::name = "MEMCOUNT"
staticconstexpr

◆ retType

constexpr IValueType joda::query::providers::membercount::MemberCountCalculator::retType = IV_Number
staticconstexpr

The documentation for this class was generated from the following file: