PH Logo
Logo intepreter modeled after UCB Logo.
Static Public Member Functions
phlogo::FileProcessor Class Reference

#include <FileProcessor.h>

List of all members.

Static Public Member Functions

static boost::filesystem::path locateFile (boost::filesystem::path p, boost::filesystem::path fn)
static void parseFile (boost::filesystem::path f, LineProcessor *processor)
static void parseLine (const std::string &s, Interpreter *itp, World *world)

Detailed Description

Utilities for processing disk files.

Definition at line 49 of file FileProcessor.h.


Member Function Documentation

path phlogo::FileProcessor::locateFile ( boost::filesystem::path  p,
boost::filesystem::path  fn 
) [static]

Locate a file within the LOGO file system.

Definition at line 22 of file FileProcessor.cpp.

void phlogo::FileProcessor::parseFile ( boost::filesystem::path  f,
LineProcessor processor 
) [static]

parse a disk file.

Definition at line 67 of file FileProcessor.cpp.

void phlogo::FileProcessor::parseLine ( const std::string &  s,
Interpreter itp,
World world 
) [static]

parse a line of data from a file.

Definition at line 38 of file FileProcessor.cpp.


The documentation for this class was generated from the following files:
 All Classes Functions