Impala
Impalaistheopensource,nativeanalyticdatabaseforApacheHadoop.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
impala::LlvmCodeGen::NamedVariable Struct Reference

Utility struct that wraps a variable name and llvm type. More...

#include <llvm-codegen.h>

Collaboration diagram for impala::LlvmCodeGen::NamedVariable:

Public Member Functions

 NamedVariable (const std::string &name="", llvm::Type *type=NULL)
 

Public Attributes

std::string name
 
llvm::Type * type
 

Detailed Description

Utility struct that wraps a variable name and llvm type.

Definition at line 149 of file llvm-codegen.h.

Constructor & Destructor Documentation

impala::LlvmCodeGen::NamedVariable::NamedVariable ( const std::string &  name = "",
llvm::Type *  type = NULL 
)
inline

Definition at line 153 of file llvm-codegen.h.

References name, and type.

Member Data Documentation

std::string impala::LlvmCodeGen::NamedVariable::name

Definition at line 150 of file llvm-codegen.h.

Referenced by NamedVariable().

llvm::Type* impala::LlvmCodeGen::NamedVariable::type

Definition at line 151 of file llvm-codegen.h.

Referenced by NamedVariable().


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