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.
  • class Geo GeoList
  • class Geo GeoMap
  • class Geo GeoMemoryDefault
  • class Geo GeoMemoryPool
  • class Geo GeoMemoryStream
  • class Geo GeoNonAABoundingBox
  • class Geo GeoNoopDestructor
  • class Geo GeoPair
  • class Geo GeoParametrisedPlane3
  • class Geo GeoPriorityQueue
  • class Geo GeoProgress
  • class Geo GeoQueue
  • class Geo GeoQueueEnumInterface
  • class Geo GeoRefArrayPtr
  • class Geo GeoRefCount
  • class Geo GeoRefPtr
  • class Geo GeoRefReleasePtr
  • class Geo GeoReleaseDestructor
  • class Geo GeoRGBXTexture
  • class Geo GeoScopedCSection
  • class Geo GeoSingleton
  • class Geo GeoSpatialHash
  • class Geo GeoString
  • class Geo GeoTimer
  • class Geo GeoTokenList
  • class Geo GeoTokenStream
  • class Geo GeoTriangle
  • class Geo GeoTriple
  • class Geo GeoUniqueDelegatePtr
  • class Geo GeoUniquePtr
  • class Geo GeoUniqueReleasePtr
  • class Geo GeoV128Texture
  • class Geo GeoVariant
  • class Geo GeoVirtualPageAllocator
  • class Geo GeoZLibFileStream
  • class Geo GoodRNG
  • class Geo IdentDataCompare
  • class Geo IdentVertLinkBuilder
  • class Geo IdxLink
  • class Geo IffReader
  • class Geo IffTextWriter
  • class Geo IffWriter
  • class Geo IGeoEvent
  • class Geo IGeoInputStream
  • class Geo IGeoProgressProxy
  • class Geo IGeoRayTracingContext
  • class Geo IGeoReleasable
  • class Geo IGeoSerialisable
  • class Geo IGeoStream
  • class Geo IRtMesh
  • class Geo ITerminalCmdHandler
  • class Geo ITerminalDelegate
  • class Geo ITerminalInputHandler
  • class Geo ITerminalOutputHandler
  • class Geo Matrix
  • class Geo MemoryAllocator
  • class Geo NonCopyable
  • class Geo Optional
  • class Geo PackedInteger4
  • class Geo PointLeaf
  • class Geo PointSplit
  • class Geo PointSplitBounds
  • class Geo PointSplitState
  • class Geo QuickTaskTimer
  • class Geo RayResult
  • class Geo Releasable
  • class Geo RingBuffer
  • class Geo RtMesh
  • class Geo RtMeshGroup
  • class Geo ScopedTickCounter
  • class Geo ScopedTimer
  • class Geo SHCoeff
  • class Geo SimpleRNG
  • class Geo TerminalProvider
  • class Geo TextureWriter
  • class Geo TreeNode
  • class Geo TriGroupSelection
  • class Geo TxtProgressBar
  • namespace Geo Iff
  • namespace Geo PathUtils
  • namespace Geo Version
    Calendars

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

    This is the documentation for Enlighten.

    class Geo IffTextWriter

    Nov 21, 2019

    class Geo::IffTextWriter

    Presents an interface compatible with IffWriter, writes a text version of the binary IFF.

    Construct with the result of StreamRecorder to verify that the text matches the binary exactly.

    Functions

    Name Description
    BeginChunk(u32)

    Matches IffWriter::EndChunk.

    BeginFile(u32, u32)

    Matches IffWriter::BeginFile.

    EndChunk()

    Matches IffWriter::EndChunk.

    EndFile()

    Matches IffWriter::EndFile.

    Fail()

    For compatibility with IffWriter.

    IffTextWriter(IGeoStream &, GeoArray< Impl::TypeBlock >)

    Constructor.

    IsOk()

    For compatibility with IGeoStream.

    IsWriterOk()

    For compatibility with IffWriter.

    Write(const GeoProperty< T, name, isFlaky > &)

    Write a property.

    Write(const GeoProperty< T, name, isFlaky >, const GeoProperty< T, name, isFlaky >)

    Write a property range: e.g. Write(property, property + count)

    WriteProperty(const char *, const T &)

    Write a property with a name.

    Friends

    Name Description
    friend void WriteArray(IffTextWriter &writer, const GeoProperty< T, name, isFlaky > &p)

    Write a property that can be converted to GeoArray.

    friend void WriteArray(IffTextWriter &writer, const GeoProperty< T, name, isFlaky > &p, Geo::u32 sections)

    Write a property that can be converted to GeoArray, with a sections argument.

    friend void WriteArray(IffTextWriter &writer, const GeoProperty< T, name, isFlaky > &p, WriteElement writeElement)

    Write a property that can be converted to GeoArray, with a per-element write function.

    friend bool WriteDataBlock(const Geo::GeoProperty< T, name, isFlaky > &data, IffTextWriter &writer)

    Write a data block property.

    friend void WriteMap(IffTextWriter &writer, const GeoProperty< T, name, isFlaky > &p)

    Write a property that can be converted to GeoMap.

    friend void WriteObject(Geo::IffTextWriter &writer, ArrayRange< T > range)

    WriteObject overload for ArrayRange.

    friend void WriteProperty(IffTextWriter &writer, const char *name, const T &value, bool isFlaky=false)

    Write a property with a name (friend)

    friend void WriteRange(IffTextWriter &writer, const GeoProperty< T, name, isFlaky > first, const GeoProperty< T, name, isFlaky > last)

    Write a property range: e.g. WriteArray(writer, property, property + count)


    void Geo::IffTextWriter::BeginChunk


    public: void BeginChunk
    (
        u32 type
    )


    Matches IffWriter::EndChunk.


    void Geo::IffTextWriter::BeginFile


    public: void BeginFile
    (
        u32 fileType,
        u32 fileVersion
    )


    Matches IffWriter::BeginFile.


    void Geo::IffTextWriter::EndChunk


    public: void EndChunk()


    Matches IffWriter::EndChunk.


    void Geo::IffTextWriter::EndFile


    public: void EndFile()


    Matches IffWriter::EndFile.


    void Geo::IffTextWriter::Fail


    public: void Fail()


    For compatibility with IffWriter.


    Geo::IffTextWriter::IffTextWriter


    public: IffTextWriter
    (
        IGeoStream & stream,
        GeoArray< Impl::TypeBlock > typeBlocks
    )


    Constructor.


    bool Geo::IffTextWriter::IsOk


    public: bool IsOk() const


    For compatibility with IGeoStream.


    bool Geo::IffTextWriter::IsWriterOk


    public: bool IsWriterOk() const


    For compatibility with IffWriter.


    void Geo::IffTextWriter::Write


    public: void Write
    (
        const GeoProperty< T, name, isFlaky > & p
    )


    Write a property.


    void Geo::IffTextWriter::Write


    public: void Write
    (
        const GeoProperty< T, name, isFlaky > first,
        const GeoProperty< T, name, isFlaky > last
    )


    Write a property range: e.g. Write(property, property + count)


    void Geo::IffTextWriter::WriteProperty


    public: void WriteProperty
    (
        const char * name,
        const T & value
    )


    Write a property with a name.

    , multiple selections available,
    {"serverDuration": 9, "requestCorrelationId": "47b2ceae6469474b975c621f7477cb5a"}