ecoli_yaml - Man Page

YAML import/export

Synopsis

Functions

struct ec_node * ec_yaml_import (const char *filename)

Detailed Description

Interface to import/export ecoli data structures in YAML.

Function Documentation

struct ec_node * ec_yaml_import (const char * filename)

Parse a YAML file and build an ec_node tree from it.

Parameters

filename The path to the file to be parsed.

Returns

The ec_node tree on success, or NULL on error (errno is set). The returned node must be freed by the caller with ec_node_free().

Author

Generated automatically by Doxygen for Libecoli from the source code.

Referenced By

The man page ec_yaml_import(3) is an alias of ecoli_yaml(3).

Version 0.3.0 Libecoli