lt_lib_io.h File Reference

Support for the IO classes. More...

#include "lt_base.h"
#include "lt_ioStatus.h"

Include dependency graph for lt_lib_io.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Defines

#define LTIO_HR_FAILED(hr)   (static_cast<lt_int32>(hr) < 0)

Enumerations

enum  LTIOSeekDir {
  LTIO_SEEK_DIR_ERROR = 1, LTIO_SEEK_DIR_BEG = 2, LTIO_SEEK_DIR_CUR = 3, LTIO_SEEK_DIR_END = 4,
  LTIO_SEEK_DIR_MAX = 5
}
 Stream seek directions. More...


Detailed Description

Definition in file lt_lib_io.h.


Define Documentation

#define LTIO_HR_FAILED ( hr   )     (static_cast<lt_int32>(hr) < 0)

Definition at line 52 of file lt_lib_io.h.


Enumeration Type Documentation

Enumerator:
LTIO_SEEK_DIR_ERROR  error
LTIO_SEEK_DIR_BEG  Offset from the beginning of the file.
LTIO_SEEK_DIR_CUR  Offset from the current read/write position.
LTIO_SEEK_DIR_END  Offset from the end of the file (offsets need to be negative to be valid).
LTIO_SEEK_DIR_MAX  Marker.

Definition at line 30 of file lt_lib_io.h.


LizardTech