Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

read_lnk.cpp File Reference

#include <fstream>
#include <sys_dep.h>
#include <Tools.h>
#include <Err.h>
#include "read_lnk.h"

Include dependency graph for read_lnk.cpp:

Include dependency graph

Go to the source code of this file.

Typedefs

typedef unsigned long dword
typedef unsigned short word

Functions

word Word (const char *data, off_t offset)
dword Dword (const char *data, off_t offset)
string String (const char *data, off_t offset)
string String0 (const char *data, off_t offset)
bool Bit (word w, unsigned bit)
bool Bit (dword dw, unsigned bit)


Typedef Documentation

typedef unsigned long dword
 

Definition at line 37 of file read_lnk.cpp.

Referenced by Bit(), Dword(), and Lnk::Lnk().

typedef unsigned short word
 

Definition at line 38 of file read_lnk.cpp.

Referenced by Bit(), Lnk::Lnk(), String(), and Word().


Function Documentation

word Word const char *    data,
off_t    offset
[inline]
 

Definition at line 43 of file read_lnk.cpp.

Referenced by Lnk::Lnk(), String(), and Word().

dword Dword const char *    data,
off_t    offset
[inline]
 

Definition at line 50 of file read_lnk.cpp.

Referenced by Lnk::Lnk().

string String const char *    data,
off_t    offset
[inline]
 

Definition at line 57 of file read_lnk.cpp.

Referenced by Lnk::Lnk().

string String0 const char *    data,
off_t    offset
[inline]
 

Definition at line 64 of file read_lnk.cpp.

Referenced by Lnk::Lnk().

bool Bit word    w,
unsigned    bit
[inline]
 

Definition at line 71 of file read_lnk.cpp.

bool Bit dword    dw,
unsigned    bit
[inline]
 

Definition at line 78 of file read_lnk.cpp.

Referenced by Lnk::Lnk().


Contact me in case of errors or questions.
This documentation is powered by Doxygen.
(C) 2000-2002 Doxygen