Module xdata_codec

.

Authors: Evgeny Khramtsov (ekhramtsov@process-one.net).

Description

Function Index

compile/1
compile/2
dec_bool/1
dec_enum/2
dec_enum_int/2
dec_enum_int/4
dec_int/1
dec_int/3
dec_ip/1
enc_bool/1
enc_enum/1
enc_enum_int/1
enc_int/1
enc_ip/1
format_error/1
io_format_error/1
not_empty/1

Function Details

compile/1

compile(Path) -> any()

compile/2

compile(Path, Opts) -> any()

dec_bool/1

dec_bool(X1) -> any()

dec_enum/2

dec_enum(Val, Enums) -> any()

dec_enum_int/2

dec_enum_int(Val, Enums) -> any()

dec_enum_int/4

dec_enum_int(Val, Enums, Min, Max) -> any()

dec_int/1

dec_int(Val) -> any()

dec_int/3

dec_int(Val, Min, Max) -> any()

dec_ip/1

dec_ip(Val) -> any()

enc_bool/1

enc_bool(X1) -> any()

enc_enum/1

enc_enum(Atom) -> any()

enc_enum_int/1

enc_enum_int(Int) -> any()

enc_int/1

enc_int(Int) -> any()

enc_ip/1

enc_ip(Addr) -> any()

format_error/1

format_error(X1) -> any()

io_format_error/1

io_format_error(X1) -> any()

not_empty/1

not_empty(Val) -> any()


Generated by EDoc