Cerata
A library to generate structural hardware designs
|
This is the complete list of members for cerata::Literal, including all inherited members.
AddEdge(const std::shared_ptr< Edge > &edge) override | cerata::MultiOutputNode | virtual |
AppendReferences(std::vector< Object * > *out) const override | cerata::Node | virtual |
ARRAY enum value | cerata::Object | |
array() const | cerata::Node | inline |
array_ | cerata::Node | protected |
Copy() const override | cerata::Literal | virtual |
CopyOnto(Graph *dst, const std::string &name, NodeMap *rebinding) const | cerata::Node | virtual |
edges() const | cerata::Node | virtual |
ID enum name | cerata::Object | |
Is(NodeID node_id) const | cerata::Node | inline |
IsArray() const | cerata::Object | inline |
IsNode() const | cerata::Object | inline |
Literal(std::string name, const std::shared_ptr< Type > &type, StorageType st, std::string str_val, int64_t int_val, bool bool_val) | cerata::Literal | inlineprotected |
LITERAL_DECL_FACTORY(Bool, bool) | cerata::Literal | protected |
LITERAL_DECL_FACTORY(Int, int64_t) | cerata::Literal | protected |
LITERAL_DECL_FACTORY(String, std::string) | cerata::Literal | protected |
Make(bool value) | cerata::Literal | inlinestatic |
Make(int64_t value) | cerata::Literal | inlinestatic |
Make(std::string value) | cerata::Literal | inlinestatic |
meta | cerata::Object | |
MultiOutputNode(std::string name, Node::NodeID id, std::shared_ptr< Type > type) | cerata::MultiOutputNode | inline |
name() const | cerata::Named | inline |
Named(std::string name) | cerata::Named | inlineexplicit |
NODE enum value | cerata::Object | |
Node(std::string name, NodeID id, std::shared_ptr< Type > type) | cerata::Node | |
node_id() const | cerata::Node | inline |
node_id_ | cerata::Node | protected |
NodeID enum name | cerata::Node | |
num_outputs() const | cerata::MultiOutputNode | inline |
obj_id() const | cerata::Object | inline |
obj_id_ | cerata::Object | protected |
Object(std::string name, ID id) | cerata::Object | inlineexplicit |
output(size_t i) const | cerata::MultiOutputNode | inline |
outputs_ | cerata::MultiOutputNode | |
parent() const | cerata::Object | virtual |
parent_ | cerata::Object | protected |
RemoveEdge(Edge *edge) override | cerata::MultiOutputNode | virtual |
Replace(Node *replacement) | cerata::Node | |
SetArray(NodeArray *array) | cerata::Node | inline |
SetName(std::string name) | cerata::Named | inline |
SetParent(Graph *graph) override | cerata::Literal | virtual |
SetType(const std::shared_ptr< Type > &type) | cerata::Node | |
sinks() const override | cerata::Literal | inlinevirtual |
sources() const override | cerata::Literal | inlinevirtual |
storage_type() const | cerata::Literal | inline |
storage_type_ | cerata::Literal | protected |
StorageType enum name | cerata::Literal | |
ToString() const override | cerata::Literal | virtual |
type() const | cerata::Node | inline |
type_ | cerata::Node | protected |
~Named()=default | cerata::Named | virtual |