JODA  0.13.1 (59b41972)
JSON On-Demand Analysis
Public Member Functions | Data Fields
joda::queryparsing::grammar::storeState Struct Reference

#include <Store_State.h>

Collaboration diagram for joda::queryparsing::grammar::storeState:
[legend]

Public Member Functions

template<typename Input >
 storeState (const Input &in, queryState &qs)
 
template<typename Input >
void success (const Input &in, queryState &qs)
 
bool putValProv (std::unique_ptr< joda::query::IValueProvider > &&val)
 

Data Fields

std::unique_ptr< joda::query::IValueProvidergroupvalprov
 
std::unique_ptr< IExportDestinationexportDest
 

Constructor & Destructor Documentation

◆ storeState()

template<typename Input >
joda::queryparsing::grammar::storeState::storeState ( const Input &  in,
queryState qs 
)
inline

Member Function Documentation

◆ putValProv()

bool joda::queryparsing::grammar::storeState::putValProv ( std::unique_ptr< joda::query::IValueProvider > &&  val)
inline
Here is the caller graph for this function:

◆ success()

template<typename Input >
void joda::queryparsing::grammar::storeState::success ( const Input &  in,
queryState qs 
)
inline
Here is the call graph for this function:

Field Documentation

◆ exportDest

std::unique_ptr<IExportDestination> joda::queryparsing::grammar::storeState::exportDest

◆ groupvalprov

std::unique_ptr<joda::query::IValueProvider> joda::queryparsing::grammar::storeState::groupvalprov

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