|
INET Framework for OMNeT++/OMNEST
|
Classes | |
| struct | bits_to_indices_sequence |
| struct | bits_to_indices_sequence< 0b0, 0 > |
| struct | bits_to_indices_sequence< 0b0, 1 > |
| struct | bits_to_indices_sequence< 0b00, 2 > |
| struct | bits_to_indices_sequence< 0b00011, 5 > |
| struct | bits_to_indices_sequence< 0b01, 2 > |
| struct | bits_to_indices_sequence< 0b10, 2 > |
| struct | bits_to_indices_sequence< 0b11000, 5 > |
| struct | bits_to_indices_sequence< 0b11110, 5 > |
Typedefs | |
| template<int DIMS, int SIZE> | |
| using | make_bits_to_indices_sequence = typename bits_to_indices_sequence< DIMS, SIZE >::type |
Functions | |
| template<typename... T, size_t ... IS> | |
| std::ostream & | print (std::ostream &os, const Domain< T ... > &d, std::integer_sequence< size_t, IS... >) |
| template<typename... T, size_t ... IS> | |
| std::ostream & | print (std::ostream &os, const Interval< T ... > &i, std::integer_sequence< size_t, IS... >) |
| template<typename S , size_t ... SIS, typename D , size_t ... DIS> | |
| void | copyTupleElements (const S &source, std::integer_sequence< size_t, SIS ... >, D &destination, std::integer_sequence< size_t, DIS ... >) |
| template<std::size_t ... NS, typename T , typename... TS> | |
| Point< TS ... > | tailImpl (std::index_sequence< NS ... >, const Point< T, TS ... > &p) |
| template<typename... TS1, size_t ... IS1, typename... TS2, size_t ... IS2> | |
| Point< TS1 ..., TS2 ... > | concatImpl (const Point< TS1 ... > &p1, std::integer_sequence< size_t, IS1 ... >, const Point< TS2 ... > &p2, std::integer_sequence< size_t, IS2 ... >) |
| template<typename... T, size_t ... IS> | |
| std::ostream & | print (std::ostream &os, const Point< T ... > &p, std::integer_sequence< size_t, IS... >) |
| using inet::math::internal::make_bits_to_indices_sequence = typedef typename bits_to_indices_sequence<DIMS, SIZE>::type |
|
inline |
Referenced by inet::math::concat().
| void inet::math::internal::copyTupleElements | ( | const S & | source, |
| std::integer_sequence< size_t, SIS ... > | , | ||
| D & | destination, | ||
| std::integer_sequence< size_t, DIS ... > | |||
| ) |
Referenced by inet::math::Point< T ... >::copyFrom(), and inet::math::Point< T ... >::copyTo().
|
inline |
Referenced by inet::math::operator<<(), inet::math::FunctionBase< R, Domain< X > >::print(), inet::math::FunctionBase< R, Domain< X > >::printOn(), inet::RsvpTe::processPathMsg(), and inet::RsvpTe::processResvMsg().
|
inline |
|
inline |
Referenced by inet::math::tail().