Bayonne2 / Common C++ 2 Framework
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Data Fields
File::_fcb Struct Reference

#include <file.h>

Collaboration diagram for File::_fcb:
Collaboration graph
[legend]

Data Fields

struct _fcbnext
 
char * address
 
ccxx_size_t len
 
off_t pos
 
bool locked
 

Detailed Description

Definition at line 153 of file file.h.

Field Documentation

char* File::_fcb::address

Definition at line 155 of file file.h.

ccxx_size_t File::_fcb::len

Definition at line 156 of file file.h.

bool File::_fcb::locked

Definition at line 158 of file file.h.

struct _fcb* File::_fcb::next

Definition at line 154 of file file.h.

off_t File::_fcb::pos

Definition at line 157 of file file.h.


The documentation for this struct was generated from the following file: