OmniSciDB  72c90bc290
 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 3788 of file Execute.cpp.

Constructor & Destructor Documentation

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

Definition at line 3790 of file Execute.cpp.

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

Definition at line 3791 of file Execute.cpp.

3791  {
3792  for (auto out : out_vec_) {
3793  delete[] out;
3794  }
3795  }

Member Data Documentation

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

Definition at line 3798 of file Execute.cpp.


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