Class : GarbageFlag

GarbageFlag :

prototype: GarbageFlag ()

description:default constructor



GarbageFlag :

prototype: GarbageFlag (const GarbageFlag& flag )

description:copy constructor


input parameters:
flag = garbage flag to copy



~GarbageFlag :

prototype: ~GarbageFlag ()

description:destructor



operator = :

prototype: GarbageFlag& operator = (const GarbageFlag& flag )

description:assignement


input parameters:
flag = garbage flag to assign


return value: reference on current garbage flag



Initialize :

prototype: void Initialize ()

description:initialize garbage flag



Shared :

prototype: bool Shared ()

description:test if datas are shared


input parameters:


return value: true if datas are shared



Used :

prototype: bool Used ()

description:test if datas are used


input parameters:


return value: true if datas are used



Back to index.