llir-opt
0.0.1
Low-Level Post-Link Optimiser for OCaml and C
|
This is the complete list of members for ConstRef< T >, including all inherited members.
ConstRef() (defined in ConstRef< T >) | ConstRef< T > | inline |
ConstRef(const T &inst, unsigned idx=0) (defined in ConstRef< T >) | ConstRef< T > | inline |
ConstRef(const T *inst, unsigned idx=0) (defined in ConstRef< T >) | ConstRef< T > | inline |
ConstRef(const Ref< T > &ref) (defined in ConstRef< T >) | ConstRef< T > | inline |
Get() const (defined in RefBase< const T >) | RefBase< const T > | inline |
GetType() const (defined in RefBase< const T >) | RefBase< const T > | inline |
Index() const (defined in RefBase< const T >) | RefBase< const T > | inline |
index_ | RefBase< const T > | protected |
inst_ | RefBase< const T > | protected |
operator bool() const (defined in RefBase< const T >) | RefBase< const T > | inline |
operator ConstRef< U >() const (defined in ConstRef< T >) | ConstRef< T > | inline |
operator!=(const RefBase< const T > &that) const (defined in RefBase< const T >) | RefBase< const T > | inline |
operator*() const (defined in RefBase< const T >) | RefBase< const T > | inline |
operator->() const (defined in RefBase< const T >) | RefBase< const T > | inline |
operator==(const RefBase< const T > &that) const (defined in RefBase< const T >) | RefBase< const T > | inline |
RefBase(const T *inst, unsigned index) (defined in RefBase< const T >) | RefBase< const T > | inlineprotected |