DABC (Data Acquisition Backbone Core)  2.9.9
Public Member Functions
dabc::PointersVector Class Reference

Specialized vector with pointers. More...

#include <dabc/Queue.h>

Inheritance diagram for dabc::PointersVector:

Public Member Functions

bool has_ptr (void *item) const
 
 PointersVector ()
 
void * pop ()
 
bool remove (void *item)
 
bool remove_at (unsigned n)
 

Detailed Description

Specialized vector with pointers.

Allows to check pointer duplications

Definition at line 340 of file Queue.h.

Constructor & Destructor Documentation

◆ PointersVector()

dabc::PointersVector::PointersVector ( )
inline

Definition at line 342 of file Queue.h.

Member Function Documentation

◆ pop()

void* dabc::PointersVector::pop ( )
inline

Definition at line 344 of file Queue.h.

◆ has_ptr()

bool dabc::PointersVector::has_ptr ( void *  item) const
inline

Definition at line 352 of file Queue.h.

◆ remove_at()

bool dabc::PointersVector::remove_at ( unsigned  n)
inline

Definition at line 359 of file Queue.h.

◆ remove()

bool dabc::PointersVector::remove ( void *  item)
inline

Definition at line 366 of file Queue.h.


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