1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00
JUCE/modules/juce_core/memory
2014-07-04 21:02:18 +01:00
..
juce_Atomic.h Changed the Atomic class to use compiler intrinsics directly when using Clang, rather than the OSX functions. 2013-11-18 14:57:38 +00:00
juce_ByteOrder.h Cleaned up a couple of parameter types in byte order conversion. 2014-07-04 21:02:18 +01:00
juce_ContainerDeletePolicy.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_HeapBlock.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_LeakedObjectDetector.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_Memory.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_MemoryBlock.cpp Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
juce_MemoryBlock.h Improved some MemoryBlock comments and gave the class a reset() method. 2014-03-14 10:15:35 +00:00
juce_OptionalScopedPointer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_ReferenceCountedObject.h New class: SharedResourcePointer 2014-04-14 13:13:07 +01:00
juce_ScopedPointer.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00
juce_SharedResourcePointer.h Better misalignment-proofing in SharedResourcePointer. 2014-04-20 10:19:27 +01:00
juce_Singleton.h Updated the format of the header include guard macros. 2013-07-17 16:26:35 +01:00
juce_WeakReference.h Added a class ContainerDeletePolicy, to allow custom delete operations on objects held by ScopedPointers or OwnedArrays. Also cleaned away a lot of superfluous includes in juce_core files. 2013-08-23 12:08:31 +01:00