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

#include <ResultSetReductionOps.h>

+ Inheritance diagram for Constant:
+ Collaboration diagram for Constant:

Public Member Functions

 Constant (const Type type)
 
- 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 190 of file ResultSetReductionOps.h.

Constructor & Destructor Documentation

Constant::Constant ( const Type  type)
inline

Definition at line 192 of file ResultSetReductionOps.h.

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

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