Accessor(const std::string &name) | SG::Accessor< T, ALLOC > | |
Accessor(const std::string &name, const std::string &clsname) | SG::Accessor< T, ALLOC > | |
Accessor(const SG::auxid_t auxid) | SG::Accessor< T, ALLOC > | |
auxid() const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
const_container_pointer_type typedef | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
const_reference_type typedef | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
const_span typedef | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
ConstAccessor(const std::string &name) | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
ConstAccessor(const std::string &name, const std::string &clsname) | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
ConstAccessor(const SG::auxid_t auxid) | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
ConstAccessor(const std::string &name, const std::string &clsname, const SG::AuxVarFlags flags) | SG::ConstAccessor< T, AuxAllocator_t< T > > | protected |
ConstAccessor(const SG::auxid_t auxid, const SG::AuxVarFlags flags) | SG::ConstAccessor< T, AuxAllocator_t< T > > | protected |
container_pointer_type typedef | SG::Accessor< T, ALLOC > | |
element_type typedef | SG::Accessor< T, ALLOC > | |
getDataArray(AuxVectorData &container) const | SG::Accessor< T, ALLOC > | |
ConstAccessor< T, AuxAllocator_t< T > >::getDataArray(const AuxVectorData &container) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
getDataSpan(AuxVectorData &container) const | SG::Accessor< T, ALLOC > | |
ConstAccessor< T, AuxAllocator_t< T > >::getDataSpan(const AuxVectorData &container) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
isAvailable(const ELT &e) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
isAvailable(const AuxVectorData &c) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
isAvailableWritable(ELT &e) const | SG::Accessor< T, ALLOC > | |
isAvailableWritable(AuxVectorData &c) const | SG::Accessor< T, ALLOC > | |
m_auxid | SG::ConstAccessor< T, AuxAllocator_t< T > > | protected |
operator()(ELT &e) const | SG::Accessor< T, ALLOC > | |
operator()(AuxVectorData &container, size_t index) const | SG::Accessor< T, ALLOC > | |
ConstAccessor< T, AuxAllocator_t< T > >::operator()(const ELT &e) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
ConstAccessor< T, AuxAllocator_t< T > >::operator()(const AuxVectorData &container, size_t index) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
reference_type typedef | SG::Accessor< T, ALLOC > | |
set(ELT &e, const element_type &x) const | SG::Accessor< T, ALLOC > | |
span typedef | SG::Accessor< T, ALLOC > | |
withDefault(const ELT &e, const T &deflt) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |
withDefault(const AuxVectorData &container, size_t index, const T &deflt) const | SG::ConstAccessor< T, AuxAllocator_t< T > > | |