Nazara Engine  0.4
A fast, complete, cross-platform API designed for game development
Nz::RefCounted Member List

This is the complete list of members for Nz::RefCounted, including all inherited members.

AddReference() constNz::RefCounted
GetReferenceCount() constNz::RefCounted
IsPersistent() constNz::RefCounted
operator=(const RefCounted &)=delete (defined in Nz::RefCounted)Nz::RefCounted
operator=(RefCounted &&)=default (defined in Nz::RefCounted)Nz::RefCounted
RefCounted(bool persistent=true)Nz::RefCounted
RefCounted(const RefCounted &)=delete (defined in Nz::RefCounted)Nz::RefCounted
RefCounted(RefCounted &&)=default (defined in Nz::RefCounted)Nz::RefCounted
RemoveReference() constNz::RefCounted
SetPersistent(bool persistent=true, bool checkReferenceCount=false)Nz::RefCounted
~RefCounted()Nz::RefCountedvirtual