AtlasReadNote Struct Reference [Atlas Core]

#include <atlasFile.h>

List of all members.


Detailed Description

Used to track a load request made upon an AtlasFile.

This structure contains pointers to all the information needed to accomplish a background load through an AtlasFile.


Public Member Functions

 AtlasReadNote ()
 ~AtlasReadNote ()

Public Attributes

AtlasTOCtoc
 The TOC this request is made upon.
U32 stubIdx
 Index to the stub we're loading the chunk for.
AtlasChunkchunk
 Reference to the loaded chunk; populated at chunk read time.
AtlasDeferredIOadio
 The ADIO describing the raw file data from which the chunk will be read.


Constructor & Destructor Documentation

AtlasReadNote::AtlasReadNote (  )  [inline]

AtlasReadNote::~AtlasReadNote (  )  [inline]


Member Data Documentation

The TOC this request is made upon.

Index to the stub we're loading the chunk for.

An index is used to allow type independence.

Reference to the loaded chunk; populated at chunk read time.

The ADIO describing the raw file data from which the chunk will be read.