Lolly 1.4.28
|
Structure representing an abstract object with a reference count. More...
#include <classdef.hpp>
Public Member Functions | |
abstract_struct () | |
Default constructor for the abstract object. Sets the reference count to 0. | |
virtual | ~abstract_struct () |
Virtual destructor for the abstract object. Decrements the reference count. | |
Public Attributes | |
int | ref_count |
The reference count for the abstract object. | |
Structure representing an abstract object with a reference count.
Definition at line 49 of file classdef.hpp.
|
inline |
Default constructor for the abstract object. Sets the reference count to 0.
Definition at line 56 of file classdef.hpp.
|
inlinevirtual |
Virtual destructor for the abstract object. Decrements the reference count.
Definition at line 62 of file classdef.hpp.
int abstract_struct::ref_count |
The reference count for the abstract object.
Definition at line 50 of file classdef.hpp.