OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argument Class Reference

#include <ResultSetReductionOps.h>

+ Inheritance diagram for Argument:
+ Collaboration diagram for Argument:

Public Member Functions

 Argument (const Type type, const std::string &label)
 
- Public Member Functions inherited from Value
 Value (const Type type, const std::string &label)
 
Type type () const
 
size_t id () const
 
const std::string & label () const
 
virtual ~Value ()=default
 

Detailed Description

Definition at line 215 of file ResultSetReductionOps.h.

Constructor & Destructor Documentation

Argument::Argument ( const Type  type,
const std::string &  label 
)
inline

Definition at line 217 of file ResultSetReductionOps.h.

217 : Value(type, label) {}
const std::string & label() const
Type type() const
Value(const Type type, const std::string &label)

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