Public Types | Private Types | List of all members
geo::vect::details::BaseCoordTypes< Vector, SetterType > Struct Template Reference

#include <geo_vectors_utils.h>

Public Types

using Scalar_t = typename BaseTypes_t::Scalar_t
 
using Vector_t = typename BaseTypes_t::Vector_t
 
using Getter_t = typename BaseTypes_t::Getter_t
 
using Setter_t = SetterType
 
using SetterReturn_t = MemberFuncReturn_t< Setter_t >
 
using Scalar_t = typename BaseTypes_t::Scalar_t
 
using Vector_t = typename BaseTypes_t::Vector_t
 
using Getter_t = typename BaseTypes_t::Getter_t
 
using Setter_t = SetterType
 
using SetterReturn_t = MemberFuncReturn_t< Setter_t >
 

Private Types

using BaseTypes_t = BaseCoordTypes< Vector, void >
 
using BaseTypes_t = BaseCoordTypes< Vector, void >
 

Detailed Description

template<typename Vector, typename SetterType>
struct geo::vect::details::BaseCoordTypes< Vector, SetterType >

Definition at line 176 of file geo_vectors_utils.h.

Member Typedef Documentation

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::BaseTypes_t = BaseCoordTypes<Vector, void>
private

Definition at line 188 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::BaseTypes_t = BaseCoordTypes<Vector, void>
private

Definition at line 195 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Getter_t = typename BaseTypes_t::Getter_t

Definition at line 193 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Getter_t = typename BaseTypes_t::Getter_t

Definition at line 200 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Scalar_t = typename BaseTypes_t::Scalar_t

Definition at line 191 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Scalar_t = typename BaseTypes_t::Scalar_t

Definition at line 198 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Setter_t = SetterType

Definition at line 194 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Setter_t = SetterType

Definition at line 201 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::SetterReturn_t = MemberFuncReturn_t<Setter_t>

Definition at line 195 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::SetterReturn_t = MemberFuncReturn_t<Setter_t>

Definition at line 202 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Vector_t = typename BaseTypes_t::Vector_t

Definition at line 192 of file geo_vectors_utils.h.

template<typename Vector , typename SetterType >
using geo::vect::details::BaseCoordTypes< Vector, SetterType >::Vector_t = typename BaseTypes_t::Vector_t

Definition at line 199 of file geo_vectors_utils.h.


The documentation for this struct was generated from the following file: