HOG2
Public Member Functions | Public Attributes | List of all members
bucketChanges Struct Reference

#include <EnvUtil.h>

Public Member Functions

 bucketChanges ()
 

Public Attributes

bool updated
 
int currDepthWritten
 
int lastDepthWritten
 
std::vector< bool > changes
 
std::vector< bool > nextChanges
 
pthread_mutex_t lock
 

Detailed Description

Definition at line 36 of file EnvUtil.h.

Constructor & Destructor Documentation

◆ bucketChanges()

bucketChanges::bucketChanges ( )
inline

Definition at line 37 of file EnvUtil.h.

References lock.

Member Data Documentation

◆ changes

std::vector<bool> bucketChanges::changes

Definition at line 41 of file EnvUtil.h.

◆ currDepthWritten

int bucketChanges::currDepthWritten

Definition at line 39 of file EnvUtil.h.

◆ lastDepthWritten

int bucketChanges::lastDepthWritten

Definition at line 40 of file EnvUtil.h.

◆ lock

pthread_mutex_t bucketChanges::lock

Definition at line 44 of file EnvUtil.h.

Referenced by bucketChanges().

◆ nextChanges

std::vector<bool> bucketChanges::nextChanges

Definition at line 43 of file EnvUtil.h.

◆ updated

bool bucketChanges::updated

Definition at line 38 of file EnvUtil.h.


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