A list of files, with optional arguments that can be applied to each file. More...
#include <FileList.h>
Public Types | |
using | ConstIterator = UniqPtrVec< Filename >::const_iterator |
Public Member Functions | |
FileList (UniqPtrVec< Filename > &f, UniqPtrVec< Argument > &a, const Type &ty, const SourceRange &loc) | |
const UniqPtrVec< Argument > & | arguments () const |
ConstIterator | begin () const |
ConstIterator | end () const |
virtual void | PrettyPrint (Bytestream &, size_t indent=0) const override |
Print a human-readable representation to an output stream and return that output stream. | |
virtual void | Accept (Visitor &) const |
virtual dag::ValuePtr | evaluate (EvalContext &) const override |
Public Member Functions inherited from fabrique::HasSource | |
HasSource (const SourceRange &src) | |
const SourceRange & | source () const |
Public Member Functions inherited from fabrique::Printable | |
Printable (const Printable &) | |
Printable & | operator= (const Printable &) |
virtual std::string | str () const |
Public Member Functions inherited from fabrique::Visitable< Visitor > | |
virtual void | Accept (Visitor &) const =0 |
Public Member Functions inherited from fabrique::Typed | |
Typed (const Type &t) | |
virtual const Type & | type () const |
Additional Inherited Members | |
Protected Member Functions inherited from fabrique::ast::Expression | |
Expression (const Type &t, const SourceRange &src) | |
Protected Member Functions inherited from fabrique::ast::Node | |
Node (const SourceRange &src) | |
A list of files, with optional arguments that can be applied to each file.
Definition at line 45 of file FileList.h.