5 #ifndef JODA_ARRAYSIZEPROVIDER_H
6 #define JODA_ARRAYSIZEPROVIDER_H
8 #include <rapidjson/fwd.h>
20 std::vector<std::unique_ptr<IValueProvider>> &¶meters);
22 std::string
getName()
const override;
29 std::unique_ptr<IValueProvider>
duplicate()
const override;
#define CREATE_FACTORY(FCLASS)
Definition: IValueProvider.h:20
rapidjson::MemoryPoolAllocator< RJBaseAlloc > RJMemoryPoolAlloc
Definition: RJFwd.h:26
rapidjson::GenericValue< RJChar, RJMemoryPoolAlloc > RJValue
Definition: RJFwd.h:29
Definition: RapidJsonDocument.h:22
Definition: ArraySizeProvider.h:17
const RJValue * getValue(const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc) const override
Definition: ArraySizeProvider.cpp:35
std::unique_ptr< IValueProvider > duplicate() const override
Definition: ArraySizeProvider.cpp:11
IValueType getReturnType() const override
Definition: ArraySizeProvider.cpp:52
std::string getName() const override
Definition: ArraySizeProvider.cpp:56
ArraySizeProvider()
Definition: ArraySizeProvider.cpp:48
RJValue getAtomValue(const RapidJsonDocument &json, RJMemoryPoolAlloc &alloc) const override
Definition: ArraySizeProvider.cpp:17
bool isConst() const override
Definition: ArraySizeProvider.cpp:15
Definition: IValueProvider.h:143
Definition: AttributeStatAggregator.h:12
IValueType
Definition: IValueProvider.h:33