libaegis/input/file_text.h File Reference

#include <libaegis/input.h>

Go to the source code of this file.

Functions

input input_file_text_open (struct string_ty *filename, bool escape_nl=false)
input input_file_text_open (const nstring &filename, bool escape_nl=false)


Function Documentation

input input_file_text_open ( const nstring filename,
bool  escape_nl = false 
)

The input_file_text_open function is used to open text files.

Parameters:
filename The name of the file to be opened.
escaped_newlines True if the newline escape filter is to be applied.
Returns:
smart point to open file

input input_file_text_open ( struct string_ty filename,
bool  escape_nl = false 
)

The input_file_text_open function is used to open text files.

Parameters:
filename The name of the file to be opened.
escaped_newlines True if the newline escape filter is to be applied.
Returns:
smart point to open file


Generated on Wed Mar 12 23:37:37 2008 for Aegis by  doxygen 1.5.5