nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ston.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  ston_ops
 

Functions

void * ston_create (struct ston *ston, const void *key)
 객체를 생성하거나, 이미 생성된 것을 찾는다. More...
 
int ston_destroy (struct ston *ston, void *obj)
 객체를 소멸 시킨다. (실제 소멸은 refcnt 에 따른다) More...
 
int ston_fini (struct ston *ston)
 Singleton 객체 관리자를 소멸 시킨다. More...
 
struct stonston_init (struct ston_ops *ops)
 Singleton 객체 관리자를 초기화 한다. More...