#include <TMacroFileParser.hh>
Public メソッド | |
TMacroFileParser () | |
TMacroFileParser (const Tstring &input) | |
TMacroFileParser (const Tstring &input, const TstringList &comment) | |
TMacroFileParser (const TMacroFileParser &right) | |
~TMacroFileParser () | |
Tvoid | Open () |
Tvoid | Open (const Tstring &filename) |
Tbool | IsOpen () |
Tbool | IsGood () const |
Tbool | IsFail () const |
Tbool | IsEndOfFile () const |
Tbool | IsSuccess () |
Tvoid | Close () |
TstringList | ReadLine () |
Tbool | IsExecutable (const TstringList &readbuf) const |
Tstring | GetCommand (const TstringList &readbuf) const |
TstringList | GetArguments (const TstringList &readbuf) const |
const Tstring & | GetMacroFileName () const |
Tvoid | SetMacroFileName (const Tstring &filename) |
const TstringList & | GetCommentStringList () const |
TstringList | GetCommentStringList () |
Tvoid | SetCommentStringList (const TstringList &list) |
Tifstream & | GetMacroFileStream () |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|