CMS 3D CMS Logo

List of all members | Public Attributes
ILookInStream Struct Reference

#include <Types.h>

Public Attributes

SRes(* Look )(void *p, const void **buf, size_t *size)
 
SRes(* Read )(void *p, void *buf, size_t *size)
 
SRes(* Seek )(void *p, Int64 *pos, ESzSeek origin)
 
SRes(* Skip )(void *p, size_t offset)
 

Detailed Description

Definition at line 162 of file Types.h.

Member Data Documentation

◆ Look

SRes(* ILookInStream::Look) (void *p, const void **buf, size_t *size)

Definition at line 163 of file Types.h.

◆ Read

SRes(* ILookInStream::Read) (void *p, void *buf, size_t *size)

Definition at line 170 of file Types.h.

◆ Seek

SRes(* ILookInStream::Seek) (void *p, Int64 *pos, ESzSeek origin)

Definition at line 172 of file Types.h.

◆ Skip

SRes(* ILookInStream::Skip) (void *p, size_t offset)

Definition at line 167 of file Types.h.