Lolly 1.4.28
|
Structure representing a concrete object with a reference count. More...
#include <classdef.hpp>
Public Member Functions | |
concrete_struct () | |
Default constructor for the concrete object. Increments the reference count. | |
virtual | ~concrete_struct () |
Virtual destructor for the concrete object. Decrements the reference count. | |
Public Attributes | |
int | ref_count |
The reference count for the concrete object. | |
Structure representing a concrete object with a reference count.
Definition at line 24 of file classdef.hpp.
|
inline |
Default constructor for the concrete object. Increments the reference count.
Definition at line 31 of file classdef.hpp.
|
inlinevirtual |
Virtual destructor for the concrete object. Decrements the reference count.
Definition at line 37 of file classdef.hpp.
int concrete_struct::ref_count |
The reference count for the concrete object.
Definition at line 25 of file classdef.hpp.