proj home

Files   Classes   Functions   Hierarchy  

mkerrorsstate Class Reference

Configuration of a local project. More...

#include <mkerrorsstate.h>

Collaboration diagram for mkerrorsstate:

List of all members.

Public Member Functions

 mkerrorsstate ()
 Set up state information.

Public Attributes

string libraries
 Currently this is not overloaded.


Detailed Description

Configuration of a local project.

Definition at line 9 of file mkerrorsstate.h.


Constructor & Destructor Documentation

mkerrorsstate::mkerrorsstate (  ) 

Set up state information.

Definition at line 9 of file mkerrorsstate.cpp.

References libraries, and stringtrim().

00010 {
00011   static stringc lib("libraries");
00012  
00013   ifstream filelibraries(lib.c_str());
00014   string lib2;
00015   if (filelibraries.eof()==false)
00016     getline(filelibraries,lib2);
00017 
00018   libraries = stringtrim(lib2);
00019 }


Member Data Documentation

Currently this is not overloaded.

Definition at line 17 of file mkerrorsstate.h.

Referenced by mkerrorscompile::eval(), mkerrorscompile::eval2(), and mkerrorsstate().


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

Generated on Fri Mar 4 00:50:07 2011 for Chelton Evans Source by  doxygen 1.5.8