|
struct | CallableTraitsImpl |
| Extract types from the signature of a callable object. See CallableTraits. More...
|
|
struct | CallableTraitsImpl< R(*)(Args...), false > |
|
struct | CallableTraitsImpl< R(Args...), false > |
|
struct | CallableTraitsImpl< R(T::*)(Args...) const, false > |
|
struct | CallableTraitsImpl< R(T::*)(Args...), false > |
|
struct | CallableTraitsImpl< T, true > |
|
struct | indices |
|
struct | is_array_class |
|
struct | is_array_class< std::array< T, N > > |
|
struct | is_array_class< std::initializer_list< T > > |
|
struct | is_array_class< std::vector< T > > |
|
struct | make_indices_ |
|
struct | make_indices_impl |
|
struct | make_indices_impl< First, Step, N, typename std::enable_if<(N > 1 &&N % 2==0)>::type > |
|
struct | make_indices_impl< First, Step, N, typename std::enable_if<(N > 1 &&N % 2==1)>::type > |
|
struct | make_indices_impl< First, Step, N, typename std::enable_if<(N==0)>::type > |
|
struct | make_indices_impl< First, Step, N, typename std::enable_if<(N==1)>::type > |
|
struct | make_indices_next |
|
struct | make_indices_next2 |
|
struct | make_indices_next2< indices< Indices... >, Next, Tail > |
|
struct | make_indices_next< indices< Indices... >, Next > |
|
class | RFieldVisitor |
| Abstract base class for classes implementing the visitor design pattern. More...
|
|
class | RLogBuilder |
| Builds a diagnostic entry, emitted by the static RLogManager upon destruction of this builder, where - by definition - the RLogEntry has been completely built. More...
|
|
class | TBranchProxy |
| Base class for all the proxy object. More...
|
|
class | TCollectionProxyInfo |
|
class | TKeyMapIterable |
|
struct | TKeyMapNode |
|
class | TRangeCast |
|
class | TSchemaRuleSet |
|
class | TStatusBitsChecker |
|
Special implementation of ROOT::RRangeCast for TCollection, including a check that the cast target type inherits from TObject and a new constructor that takes the TCollection by pointer.
- Template Parameters
-
T | The new type to convert to. |
isDynamic | If true , dynamic_cast is used, otherwise static_cast is used. |