Atlassian uses cookies to improve your browsing experience, perform analytics and research, and conduct advertising. Accept all cookies to indicate that you agree to our use of cookies on your device. Atlassian cookies and tracking notice, (opens new window)

Enlighten API 3.10 Documentation
Results will update as you type.
  • Modules
  • Namespaces
    • namespace Enlighten
    • namespace Geo
      • class Geo AbstractRayChunk
      • class Geo AnsiAllocator
      • class Geo AtlasMesh
      • class Geo AtlasMeshChart
      • class Geo AtlasMeshPackingFlags
      • class Geo BasicAllocator
      • class Geo ChartParametiserFailure
      • class Geo ConvexHull
      • class Geo ConvexHullBuilder
      • class Geo CovarianceMatrix
      • class Geo CovarianceMatrixBuilder
      • class Geo EmbreeRtMeshVisitor
      • class Geo Geo2DTransform
      • class Geo GeoAlignedFreeDestructor
      • class Geo GeoAllocationPage
      • class Geo GeoAllocator
      • class Geo GeoAllocatorUnchecked
      • class Geo GeoArray
      • class Geo GeoArray_Stl
      • class Geo GeoAutoArrayPtr
      • class Geo GeoAutoDeleteArray
      • class Geo GeoAutoDeleteList
      • class Geo GeoAutoDeleteMap
      • class Geo GeoAutoPtr
      • class Geo GeoAutoReleaseArray
      • class Geo GeoAutoReleaseMap
      • class Geo GeoAutoReleasePtr
      • class Geo GeoBitArray
      • class Geo GeoBitStore
      • class Geo GeoBlueNoise
      • class Geo GeoBlueNoiseDiskPalette
      • class Geo GeoBlueNoiseRayPalette
      • class Geo GeoBoundingBox
      • class Geo GeoBoundingSphere
      • class Geo GeoBufferedFileStream
      • class Geo GeoBufferedInputStream
      • class Geo GeoCriticalSection
      • class Geo GeoDebugAllocator
      • class Geo GeoDelegateDestructor
      • class Geo GeoDeleteArrayDestructor
      • class Geo GeoDeleteDestructor
      • class Geo GeoDepthCubeMap
      • class Geo GeoEmbreeContext
      • class Geo GeoEqualCString
      • class Geo GeoEvent
      • class Geo GeoFileManager
      • class Geo GeoFileStream
      • class Geo GeoFixedBinarySearchMap
      • class Geo GeoFixedBinarySearchMapCompare
      • class Geo GeoFixedPoolAllocator
      • class Geo GeoFixedString
      • class Geo GeoFlattenAndPackResults
      • class Geo GeoFp16Texture
      • class Geo GeoFpControl
      • class Geo GeoFrameTime
      • class Geo GeoFreeDestructor
    Calendars

You‘re viewing this with anonymous access, so some content might be blocked.
/
class Geo GeoAllocator

    This is the documentation for Enlighten.

    class Geo GeoAllocator

    Nov 21, 2019

    template<class>
    class Geo::GeoAllocator

    A type of std::allocator, that passes memory requests through to the Geo heap functions This is used as the default allocator argument for the STL-like GeoMap/GeoList containers.

    Typedefs

    Name Description
    const T * const_pointer

    All functions and typedefs match those required by the C++0x standard.

    const T & const_reference

    All functions and typedefs match those required by the C++0x standard.

    ptrdiff_t difference_type

    All functions and typedefs match those required by the C++0x standard.

    T * pointer

    All functions and typedefs match those required by the C++0x standard.

    T & reference

    All functions and typedefs match those required by the C++0x standard.

    size_t size_type

    All functions and typedefs match those required by the C++0x standard.

    T value_type

    All functions and typedefs match those required by the C++0x standard.

    Functions

    Name Description
    address(reference)

    All functions and typedefs match those required by the C++0x standard.

    address(const_reference)

    All functions and typedefs match those required by the C++0x standard.

    allocate(size_type, GeoAllocator< void >::const_pointer)

    All functions and typedefs match those required by the C++0x standard.

    construct(pointer, const T &)

    All functions and typedefs match those required by the C++0x standard.

    deallocate(pointer, size_type)

    All functions and typedefs match those required by the C++0x standard.

    destroy(pointer)

    All functions and typedefs match those required by the C++0x standard.

    GeoAllocator()

    All functions and typedefs match those required by the C++0x standard.

    GeoAllocator(const GeoAllocator< Other > &)

    All functions and typedefs match those required by the C++0x standard.

    max_size()

    All functions and typedefs match those required by the C++0x standard.


    pointer Geo::GeoAllocator< T >::address


    public: pointer address
    (
        reference x
    ) const


    All functions and typedefs match those required by the C++0x standard.


    const_pointer Geo::GeoAllocator< T >::address


    public: const_pointer address
    (
        const_reference x
    ) const


    All functions and typedefs match those required by the C++0x standard.


    pointer Geo::GeoAllocator< T >::allocate


    public: pointer allocate
    (
        size_type n,
        GeoAllocator< void >::const_pointer hint
    )


    All functions and typedefs match those required by the C++0x standard.


    void Geo::GeoAllocator< T >::construct


    public: void construct
    (
        pointer p,
        const T & val
    )


    All functions and typedefs match those required by the C++0x standard.


    void Geo::GeoAllocator< T >::deallocate


    public: void deallocate
    (
        pointer p,
        size_type n
    )


    All functions and typedefs match those required by the C++0x standard.


    void Geo::GeoAllocator< T >::destroy


    public: void destroy
    (
        pointer p
    )


    All functions and typedefs match those required by the C++0x standard.


    Geo::GeoAllocator< T >::GeoAllocator


    public: GeoAllocator()


    All functions and typedefs match those required by the C++0x standard.


    Geo::GeoAllocator< T >::GeoAllocator


    public: GeoAllocator
    (
        const GeoAllocator< Other > &
    )


    All functions and typedefs match those required by the C++0x standard.


    size_type Geo::GeoAllocator< T >::max_size


    public: size_type max_size() const


    All functions and typedefs match those required by the C++0x standard.

    , multiple selections available,
    {"serverDuration": 10, "requestCorrelationId": "673edf67a033429da78ecba2f929fef5"}