OmniSciDB  72c90bc290
 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 92 of file QueryHint.h.

Constructor & Destructor Documentation

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

Definition at line 96 of file QueryHint.h.

bool global_hint
Definition: QueryHint.h:93
std::string hint_name
Definition: QueryHint.h:94

Member Data Documentation

bool HintIdentifier::global_hint

Definition at line 93 of file QueryHint.h.

std::string HintIdentifier::hint_name

Definition at line 94 of file QueryHint.h.


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