Module protobuffs_compile

Function Index

generate_source/1Generats a source .erl file and header file .hrl --------------------------------------------------------------------.
generate_source/2Generats a source .erl file and header file .hrl Consider option properties: output_include_dir, output_src_dir, imports_dir --------------------------------------------------------------------.
scan_file/1Generats a built .beam file and header file .hrl --------------------------------------------------------------------.
scan_file/2Generats a built .beam file and header file .hrl Considerd option properties: output_include_dir, output_ebin_dir, imports_dir --------------------------------------------------------------------.
scan_string/2
scan_string/3

Function Details

generate_source/1

generate_source(ProtoFile::string() | atom()) -> ok | {error, term()}

Generats a source .erl file and header file .hrl --------------------------------------------------------------------

generate_source/2

generate_source(ProtoFile::string() | atom(), Options::list()) -> ok | {error, term()}

Generats a source .erl file and header file .hrl Consider option properties: output_include_dir, output_src_dir, imports_dir --------------------------------------------------------------------

scan_file/1

scan_file(ProtoFile::string()) -> ok | {error, term()}

Generats a built .beam file and header file .hrl --------------------------------------------------------------------

scan_file/2

scan_file(ProtoFile::string() | atom(), Options::list()) -> ok | {error, term()}

Generats a built .beam file and header file .hrl Considerd option properties: output_include_dir, output_ebin_dir, imports_dir --------------------------------------------------------------------

scan_string/2

scan_string(String::string(), BaseName::string()) -> ok | {error, term()}

scan_string/3

scan_string(String::string(), Basename::string(), Options::list()) -> ok | {error, term()}


Generated by EDoc