JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Static Public Member Functions
IValueTestHelper Class Reference

#include <IValueTestHelper.h>

Static Public Member Functions

template<typename V >
static void param (std::vector< V > &vec)
 
template<typename V , typename T1 , typename... Types>
static void param (std::vector< V > &vec, T1 &&t1, Types &&... args)
 
static std::unique_ptr< joda::query::IValueProvidergetNumVal (double d)
 
static std::unique_ptr< joda::query::IValueProvidergetNumVal (int64_t i)
 
static std::unique_ptr< joda::query::IValueProvidergetNumVal (u_int64_t i)
 
static std::unique_ptr< joda::query::IValueProvidergetPointer (std::string ptr)
 
static std::unique_ptr< joda::query::IValueProvidergetStringVal (std::string str)
 
static std::unique_ptr< joda::query::IValueProvidergetBoolVal (bool b)
 

Member Function Documentation

◆ getBoolVal()

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getBoolVal ( bool  b)
inlinestatic
Here is the caller graph for this function:

◆ getNumVal() [1/3]

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getNumVal ( double  d)
inlinestatic
Here is the caller graph for this function:

◆ getNumVal() [2/3]

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getNumVal ( int64_t  i)
inlinestatic

◆ getNumVal() [3/3]

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getNumVal ( u_int64_t  i)
inlinestatic

◆ getPointer()

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getPointer ( std::string  ptr)
inlinestatic
Here is the caller graph for this function:

◆ getStringVal()

static std::unique_ptr<joda::query::IValueProvider> IValueTestHelper::getStringVal ( std::string  str)
inlinestatic
Here is the caller graph for this function:

◆ param() [1/2]

template<typename V >
static void IValueTestHelper::param ( std::vector< V > &  vec)
inlinestatic
Here is the caller graph for this function:

◆ param() [2/2]

template<typename V , typename T1 , typename... Types>
static void IValueTestHelper::param ( std::vector< V > &  vec,
T1 &&  t1,
Types &&...  args 
)
inlinestatic
Here is the call graph for this function:

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