#include "definition.h"
#include "domain.h"
#include "expando.h"
#include "filter.h"
#include "format.h"
#include "helpers.h"
#include "node.h"
#include "node_condbool.h"
#include "node_conddate.h"
#include "node_condition.h"
#include "node_container.h"
#include "node_expando.h"
#include "node_padding.h"
#include "node_text.h"
#include "parse.h"
#include "render.h"
#include "uid.h"
Go to the source code of this file.
Functions | |
const struct Expando * | cs_subset_expando (const struct ConfigSubset *sub, const char *name) |
Get an Expando config item by name. | |
Parse Expando string.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file lib.h.
const struct Expando * cs_subset_expando | ( | const struct ConfigSubset * | sub, |
const char * | name | ||
) |
Get an Expando config item by name.
sub | Config Subset |
name | Name of config item |
Definition at line 357 of file config_type.c.