CACAO
Data Structures | Functions
tlh.hpp File Reference

Go to the source code of this file.

Data Structures

struct  tlh_t
 

Functions

void tlh_init (tlh_t *tlh)
 
void tlh_destroy (tlh_t *tlh)
 
void tlh_add_frame (tlh_t *tlh)
 
void tlh_remove_frame (tlh_t *tlh)
 
voidtlh_alloc (tlh_t *tlh, size_t size)
 

Function Documentation

void tlh_add_frame ( tlh_t tlh)

Definition at line 81 of file tlh.cpp.

void* tlh_alloc ( tlh_t tlh,
size_t  size 
)

Definition at line 100 of file tlh.cpp.

void tlh_destroy ( tlh_t tlh)

Definition at line 69 of file tlh.cpp.

void tlh_init ( tlh_t tlh)

Definition at line 42 of file tlh.cpp.

void tlh_remove_frame ( tlh_t tlh)

Definition at line 91 of file tlh.cpp.