Fabrique

A build language for complex systems

 All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
fabrique::dag::Structure Class Reference

A reference to a file on disk (source or target). More...

#include <Structure.h>

Inheritance diagram for fabrique::dag::Structure:
fabrique::dag::Value fabrique::HasSource fabrique::Printable fabrique::Typed fabrique::Uncopyable

Public Types

typedef std::pair< std::string,
ValuePtr > 
NamedValue
 

Public Member Functions

virtual bool hasFields () const override
 
virtual ValuePtr field (const std::string &name) const override
 
ValuePtr operator[] (const std::string &name) 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.
 
void Accept (Visitor &) const override
 
- Public Member Functions inherited from fabrique::dag::Value
virtual ValuePtr Negate (const SourceRange &loc) const
 Unary 'not' operator.
 
virtual ValuePtr Add (ValuePtr &) const
 Add this fabrique::dag::Value to a following Value. More...
 
virtual ValuePtr PrefixWith (ValuePtr &) const
 Apply the prefix operation: prefix this value with another value.
 
virtual ValuePtr ScalarAdd (ValuePtr &) const
 Add another fabrique::dag::Value scalar-wise across this Value.
 
virtual ValuePtr And (ValuePtr &) const
 Logical and. More...
 
virtual ValuePtr Or (ValuePtr &) const
 Logical or. More...
 
virtual ValuePtr Xor (ValuePtr &) const
 Logical xor. More...
 
virtual ValuePtr Equals (ValuePtr &) const
 Equivalence. More...
 
virtual const ListasList () const
 A list representation of this value (or nullptr).
 
virtual bool canScalarAdd (const Value &) const
 This Value can add a value to itself in a scalar fashion. More...
 
- Public Member Functions inherited from fabrique::HasSource
 HasSource (const SourceRange &src)
 
const SourceRangesource () const
 
- Public Member Functions inherited from fabrique::Printable
 Printable (const Printable &)
 
Printableoperator= (const Printable &)
 
virtual std::string str () const
 
- Public Member Functions inherited from fabrique::Typed
 Typed (const Type &t)
 
virtual const Typetype () const
 

Static Public Member Functions

static StructureCreate (const std::vector< NamedValue > &, const Type &, SourceRange)
 Create a structure from an (optionally empty) vector of values.
 
static StructureCreate (const std::vector< NamedValue > &, SourceRange)
 Create a structure from a non-empty vector of values.
 

Additional Inherited Members

- Protected Member Functions inherited from fabrique::dag::Value
 Value (const Type &, const SourceRange &)
 

Detailed Description

A reference to a file on disk (source or target).

Definition at line 47 of file Structure.h.


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