DataModel_detail::DVLCast< DVL, false > Struct Template Reference

casting operations for DataVector/List, static_cast version. More...

#include <DVLCast.h>

List of all members.

Public Types

typedef DVL::base_value_type T

Static Public Member Functions

template<class U >
static T * cast (U *b)
 Cast b to a T*.
template<class U >
static const T * cast (const U *b)
 Cast b to a const T*.

Detailed Description

template<class DVL>
struct DataModel_detail::DVLCast< DVL, false >

casting operations for DataVector/List, static_cast version.


Member Function Documentation

template<class DVL >
template<class U >
static const T* DataModel_detail::DVLCast< DVL, false >::cast ( const U *  b  )  [inline, static]

Cast b to a const T*.

Parameters:
b Pointer to cast.
template<class DVL >
template<class U >
static T* DataModel_detail::DVLCast< DVL, false >::cast ( U *  b  )  [inline, static]

Cast b to a T*.

Parameters:
b Pointer to cast.

The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines

Generated on 15 Apr 2017 for RootCore Packages by  doxygen 1.6.1