My Project
Public Member Functions | Data Fields
vspace::ZRef< T >::RefCounted Struct Reference

Public Member Functions

 RefCounted ()
 

Data Fields

internals::refcount_t rc
 
char data [sizeof(T)]
 

Detailed Description

template<typename T>
struct vspace::ZRef< T >::RefCounted

Definition at line 605 of file vspace.h.

Constructor & Destructor Documentation

◆ RefCounted()

template<typename T >
vspace::ZRef< T >::RefCounted::RefCounted ( )
inline

Definition at line 611 of file vspace.h.

611 : rc(1) {
612 }
internals::refcount_t rc
Definition: vspace.h:606

Field Documentation

◆ data

template<typename T >
char vspace::ZRef< T >::RefCounted::data[sizeof(T)]

Definition at line 610 of file vspace.h.

◆ rc

template<typename T >
internals::refcount_t vspace::ZRef< T >::RefCounted::rc

Definition at line 606 of file vspace.h.


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