HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
PyImath::StaticFixedArray< Container, Data, Length, IndexAccess > Struct Template Reference

#include <PyImathFixedArray.h>

Static Public Member Functions

static Py_ssize_t len (const Container &)
 
static IndexAccess::result_type getitem (Container &c, Py_ssize_t index)
 
static void setitem (Container &c, Py_ssize_t index, const Data &data)
 
static size_t canonical_index (Py_ssize_t index)
 

Detailed Description

template<class Container, class Data, int Length, class IndexAccess = IndexAccessDefault<Container,Data>>
struct PyImath::StaticFixedArray< Container, Data, Length, IndexAccess >

Definition at line 858 of file PyImathFixedArray.h.

Member Function Documentation

template<class Container , class Data , int Length, class IndexAccess = IndexAccessDefault<Container,Data>>
static size_t PyImath::StaticFixedArray< Container, Data, Length, IndexAccess >::canonical_index ( Py_ssize_t  index)
inlinestatic

Definition at line 863 of file PyImathFixedArray.h.

template<class Container , class Data , int Length, class IndexAccess = IndexAccessDefault<Container,Data>>
static IndexAccess::result_type PyImath::StaticFixedArray< Container, Data, Length, IndexAccess >::getitem ( Container &  c,
Py_ssize_t  index 
)
inlinestatic

Definition at line 861 of file PyImathFixedArray.h.

template<class Container , class Data , int Length, class IndexAccess = IndexAccessDefault<Container,Data>>
static Py_ssize_t PyImath::StaticFixedArray< Container, Data, Length, IndexAccess >::len ( const Container &  )
inlinestatic

Definition at line 860 of file PyImathFixedArray.h.

template<class Container , class Data , int Length, class IndexAccess = IndexAccessDefault<Container,Data>>
static void PyImath::StaticFixedArray< Container, Data, Length, IndexAccess >::setitem ( Container &  c,
Py_ssize_t  index,
const Data &  data 
)
inlinestatic

Definition at line 862 of file PyImathFixedArray.h.


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