osl logo

The lightweight storage library


[README] [Download] [INSTALL] [Quick Start] [API] [License] [Contact] [man page]
Public Attributes | List of all members
osl_object Struct Reference

#include <osl.h>

Public Attributes

void * data
 
size_t size
 

Detailed Description

Export all declarations in this file. Describes an object of the object storage layer (osl)

Definition at line 18 of file osl.h.

Member Data Documentation

void* osl_object::data

Pointer to the data of the object.

Definition at line 20 of file osl.h.

Referenced by string_compare().

size_t osl_object::size

The object's size.

Definition at line 22 of file osl.h.

Referenced by string_compare().


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