Skip to content

Struct fileio_node

ClassList > fileio_node

  • #include <file_io.h>

Public Attributes

Type Name
FILEIO_BACKUP_PAGE * area
struct fileio_node * next
ssize_t nread
int pageid
struct fileio_node * prev
bool writeable
FILEIO_ZIP_INFO * zip_info

Public Attributes Documentation

variable area

FILEIO_BACKUP_PAGE* fileio_node::area;

variable next

struct fileio_node* fileio_node::next;

variable nread

ssize_t fileio_node::nread;

variable pageid

int fileio_node::pageid;

variable prev

struct fileio_node* fileio_node::prev;

variable writeable

bool fileio_node::writeable;

variable zip_info

FILEIO_ZIP_INFO* fileio_node::zip_info;


The documentation for this class was generated from the following file cubrid/src/storage/file_io.h