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

#include <CompilationContext.h>

+ Inheritance diagram for CompilationContext:

Public Member Functions

virtual ~CompilationContext ()
 
virtual size_t getMemSize () const =0
 
size_t size () const
 

Detailed Description

Definition at line 25 of file CompilationContext.h.

Constructor & Destructor Documentation

virtual CompilationContext::~CompilationContext ( )
inlinevirtual

Definition at line 27 of file CompilationContext.h.

27 {}

Member Function Documentation

virtual size_t CompilationContext::getMemSize ( ) const
pure virtual

Implemented in GpuCompilationContext, and CpuCompilationContext.

Referenced by size().

+ Here is the caller graph for this function:

size_t CompilationContext::size ( ) const
inline

Definition at line 29 of file CompilationContext.h.

References getMemSize().

29 { return getMemSize(); }
virtual size_t getMemSize() const =0

+ Here is the call graph for this function:


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