FFmpeg
Functions | Variables
tree.h File Reference

A tree container. More...

#include "attributes.h"
#include "version.h"

Go to the source code of this file.

Functions

  Allocate an AVTreeNode.
 
voidav_tree_find (const struct AVTreeNode *root, void *key, int(*cmp)(void *key, const void *b), void *next[2])
  Find an element.
 
voidav_tree_insert (struct AVTreeNode **rootp, void *key, int(*cmp)(void *key, const void *b), struct AVTreeNode **next)
  Insert or remove an element.
 
 
void  av_tree_enumerate (struct AVTreeNode *t, void *opaque, int(*cmp)(void *opaque, void *elem), int(*enu)(void *opaque, void *elem))
  Apply enu(opaque, &elem) to all the elements in the tree in a given range.
 

Variables

const int  av_tree_node_size
 

Detailed Description

A tree container.

Author
Michael Niedermayer micha.nosp@m.elni.nosp@m.@gmx..nosp@m.at

Definition in file tree.h.


Generated on Sun Jul 20 2014 23:06:26 for FFmpeg by   doxygen 1.8.2

AltStyle によって変換されたページ (->オリジナル) /