MINT2
Public Member Functions | Public Attributes | List of all members
MINT::counted_ptr_counter Class Reference

#include <counted_ptr.h>

Public Member Functions

 counted_ptr_counter (unsigned c=1)
 
 counted_ptr_counter (void *p=0, unsigned c=1)
 

Public Attributes

unsigned count
 
void * ptr
 

Detailed Description

Definition at line 32 of file counted_ptr.h.

Constructor & Destructor Documentation

◆ counted_ptr_counter() [1/2]

MINT::counted_ptr_counter::counted_ptr_counter ( unsigned  c = 1)
inline

Definition at line 34 of file counted_ptr.h.

34 : count(c) {}

◆ counted_ptr_counter() [2/2]

MINT::counted_ptr_counter::counted_ptr_counter ( void *  p = 0,
unsigned  c = 1 
)
inline

Definition at line 35 of file old_counted_ptr.h.

Member Data Documentation

◆ count

unsigned MINT::counted_ptr_counter::count

Definition at line 35 of file counted_ptr.h.

◆ ptr

void* MINT::counted_ptr_counter::ptr

Definition at line 36 of file old_counted_ptr.h.


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