OmniSciDB  a5dc49c757
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
anonymous_namespace{Execute.cpp}::OutVecOwner Class Reference

Public Member Functions

 OutVecOwner (const std::vector< int64_t * > &out_vec)
 
 ~OutVecOwner ()
 

Private Attributes

std::vector< int64_t * > out_vec_
 

Detailed Description

Definition at line 3820 of file Execute.cpp.

Constructor & Destructor Documentation

anonymous_namespace{Execute.cpp}::OutVecOwner::OutVecOwner ( const std::vector< int64_t * > &  out_vec)
inline

Definition at line 3822 of file Execute.cpp.

3822 : out_vec_(out_vec) {}
anonymous_namespace{Execute.cpp}::OutVecOwner::~OutVecOwner ( )
inline

Definition at line 3823 of file Execute.cpp.

3823  {
3824  for (auto out : out_vec_) {
3825  delete[] out;
3826  }
3827  }

Member Data Documentation

std::vector<int64_t*> anonymous_namespace{Execute.cpp}::OutVecOwner::out_vec_
private

Definition at line 3830 of file Execute.cpp.


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