darknet  v3
Classes | Functions
option_list.h File Reference
#include "list.h"
Include dependency graph for option_list.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  kvp
 

Functions

int read_option (char *s, list *options)
 
void option_insert (list *l, char *key, char *val)
 
char * option_find (list *l, char *key)
 
float option_find_float (list *l, char *key, float def)
 
float option_find_float_quiet (list *l, char *key, float def)
 
void option_unused (list *l)
 

Function Documentation

◆ option_find()

char* option_find ( list l,
char *  key 
)

Definition at line 91 of file option_list.c.

◆ option_find_float()

float option_find_float ( list l,
char *  key,
float  def 
)

Definition at line 134 of file option_list.c.

◆ option_find_float_quiet()

float option_find_float_quiet ( list l,
char *  key,
float  def 
)

Definition at line 127 of file option_list.c.

◆ option_insert()

void option_insert ( list l,
char *  key,
char *  val 
)

Definition at line 70 of file option_list.c.

◆ option_unused()

void option_unused ( list l)

Definition at line 79 of file option_list.c.

◆ read_option()

int read_option ( char *  s,
list options 
)

Definition at line 52 of file option_list.c.