Skip to content
Authors

File prod_pure.c

FileList > prod_pure > src > prod_pure.c

Go to the source code of this file

Defines the functionality of a pure production. More...

  • #include "prod_pure.h"
  • #include <stddef.h>
  • #include <stdlib.h>
  • #include <string.h>
  • #include <pdgl_defs.h>

Public Functions

Type Name
const char * prod_pure_resolve (const void * config)
The resolve function for the pure production type.
const char * prod_pure_terminate (const void * config)
The resolve function for the pure production type.

Detailed Description

Author:

Joe Starr

Public Functions Documentation

function prod_pure_resolve

The resolve function for the pure production type.

const char * prod_pure_resolve (
    const void * config
) 

Resolve at random a replacement string.

Parameters:

  • config A configuration of a production.

Returns:

A pointer to the output of the resolution.


function prod_pure_terminate

The resolve function for the pure production type.

const char * prod_pure_terminate (
    const void * config
) 

Terminate at random with a terminal string.

Parameters:

  • config A configuration of a production.

Returns:

A pointer to the output of the resolution.



The documentation for this class was generated from the following file source/prod_pure/src/prod_pure.c