OmniSciDB  c1a53651b2
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
HintIdentifier Struct Reference

#include <QueryHint.h>

+ Collaboration diagram for HintIdentifier:

Public Member Functions

 HintIdentifier (bool global_hint, const std::string &hint_name)
 

Public Attributes

bool global_hint
 
std::string hint_name
 

Detailed Description

Definition at line 83 of file QueryHint.h.

Constructor & Destructor Documentation

HintIdentifier::HintIdentifier ( bool  global_hint,
const std::string &  hint_name 
)
inline

Definition at line 87 of file QueryHint.h.

bool global_hint
Definition: QueryHint.h:84
std::string hint_name
Definition: QueryHint.h:85

Member Data Documentation

bool HintIdentifier::global_hint

Definition at line 84 of file QueryHint.h.

std::string HintIdentifier::hint_name

Definition at line 85 of file QueryHint.h.


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