HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TfPyContainerConversions::fixed_capacity_policy Struct Reference

#include <pyContainerConversions.h>

+ Inheritance diagram for TfPyContainerConversions::fixed_capacity_policy:

Static Public Member Functions

template<typename ContainerType >
static bool check_size (hboost::type< ContainerType >, std::size_t sz)
 
- Static Public Member Functions inherited from TfPyContainerConversions::variable_capacity_policy
template<typename ContainerType >
static void reserve (ContainerType &a, std::size_t sz)
 
template<typename ContainerType , typename ValueType >
static void set_value (ContainerType &a, std::size_t i, ValueType const &v)
 
- Static Public Member Functions inherited from TfPyContainerConversions::default_policy
static bool check_convertibility_per_element ()
 
template<typename ContainerType >
static bool check_size (hboost::type< ContainerType >, std::size_t sz)
 
template<typename ContainerType >
static void assert_size (hboost::type< ContainerType >, std::size_t sz)
 
template<typename ContainerType >
static void reserve (ContainerType &a, std::size_t sz)
 

Detailed Description

Definition at line 198 of file pyContainerConversions.h.

Member Function Documentation

template<typename ContainerType >
static bool TfPyContainerConversions::fixed_capacity_policy::check_size ( hboost::type< ContainerType >  ,
std::size_t  sz 
)
inlinestatic

Definition at line 201 of file pyContainerConversions.h.


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