conf_method_st

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

create
conf_st* function(conf_method_st*) create;
Undocumented in source.
destroy
int function(conf_st*) destroy;
Undocumented in source.
destroy_data
int function(conf_st*) destroy_data;
Undocumented in source.
dump
int function(const(conf_st)*, bio_st*) dump;
Undocumented in source.
init
int function(conf_st*) init;
Undocumented in source.
is_number
int function(const(conf_st)*, char) is_number;
Undocumented in source.
load
int function(conf_st*, const(char)*, c_long*) load;
Undocumented in source.
load_bio
int function(conf_st*, bio_st*, c_long*) load_bio;
Undocumented in source.
name
const(char)* name;
Undocumented in source.
to_int
int function(const(conf_st)*, char) to_int;
Undocumented in source.

Meta