Eleron  1.0
 All Classes Namespaces Files Functions Variables Enumerations Enumerator
DoxyThreadSafeOutput Class Reference

This class encapsulates the data output by Doxygen so it can be shared with Unity in a thread share way. More...

Public Member Functions

string ReadLine ()
 
void SetFinished ()
 
void SetStarted ()
 
bool isStarted ()
 
bool isFinished ()
 
List< string > ReadFullLog ()
 
void WriteFullLog (List< string > newLog)
 
void WriteLine (string newOutput)
 

Detailed Description

This class encapsulates the data output by Doxygen so it can be shared with Unity in a thread share way.

Member Function Documentation

bool DoxyThreadSafeOutput.isFinished ( )
bool DoxyThreadSafeOutput.isStarted ( )
List<string> DoxyThreadSafeOutput.ReadFullLog ( )
string DoxyThreadSafeOutput.ReadLine ( )
void DoxyThreadSafeOutput.SetFinished ( )
void DoxyThreadSafeOutput.SetStarted ( )
void DoxyThreadSafeOutput.WriteFullLog ( List< string >  newLog)
void DoxyThreadSafeOutput.WriteLine ( string  newOutput)

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