Parse Error. More...
Include dependency graph for perror.c:Go to the source code of this file.
Functions | |
| struct ParseError * | parse_error_new (void) |
| Create a new ParseError. | |
| void | parse_error_free (struct ParseError **pptr) |
| Free a ParseError. | |
| void | parse_error_reset (struct ParseError *pe) |
| Clear the contents of a ParseError. | |
Parse Error.
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 perror.c.
| struct ParseError * parse_error_new | ( | void | ) |
Create a new ParseError.
| ptr | New ParseError |
Definition at line 37 of file perror.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void parse_error_free | ( | struct ParseError ** | pptr | ) |
Free a ParseError.
| pptr | ParseError to free |
Definition at line 50 of file perror.c.
Here is the call graph for this function:
Here is the caller graph for this function:| void parse_error_reset | ( | struct ParseError * | pe | ) |
Clear the contents of a ParseError.
| pe | ParseError to clear |
Definition at line 66 of file perror.c.
Here is the call graph for this function:
Here is the caller graph for this function: