This is the complete list of members for ArrayGenerator, including all inherited members.
ArrayGenerator(const FormPtr &form, int64_t length) | ArrayGenerator | |
caches(std::vector< ArrayCachePtr > &out) const =0 | ArrayGenerator | pure virtual |
form() const | ArrayGenerator | |
form_ | ArrayGenerator | protected |
generate() const =0 | ArrayGenerator | pure virtual |
generate_and_check() | ArrayGenerator | |
inferred_form_ | ArrayGenerator | protected |
length() const | ArrayGenerator | |
length_ | ArrayGenerator | protected |
referentially_equal(const ArrayGeneratorPtr &other) const =0 | ArrayGenerator | pure virtual |
shallow_copy() const =0 | ArrayGenerator | pure virtual |
tostring_part(const std::string &indent, const std::string &pre, const std::string &post) const =0 | ArrayGenerator | pure virtual |
with_form(const FormPtr &form) const =0 | ArrayGenerator | pure virtual |
with_length(int64_t length) const =0 | ArrayGenerator | pure virtual |
~ArrayGenerator() | ArrayGenerator | virtual |