formula_tokens_store
Defined in header: <ixion/formula_tokens.hpp>
-
class formula_tokens_store
Storage for a series of formula tokens.
Public Functions
-
~formula_tokens_store()
-
formula_tokens_store(const formula_tokens_store&) = delete
-
formula_tokens_store &operator=(const formula_tokens_store&) = delete
-
size_t get_reference_count() const
-
formula_tokens_t &get()
-
const formula_tokens_t &get() const
Public Static Functions
-
static formula_tokens_store_ptr_t create()
-
~formula_tokens_store()