casacore
Loading...
Searching...
No Matches
casacore::python::casa_variable_capacity_policy Struct Reference

#include <PycBasicData.h>

Static Public Member Functions

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 casacore::python::default_policy
static bool check_convertibility_per_element ()
 
template<typename ContainerType >
static bool check_size (boost::type< ContainerType >, std::size_t)
 
template<typename ContainerType >
static void assert_size (boost::type< ContainerType >, std::size_t)
 
template<typename ContainerType >
static void reserve (ContainerType &, std::size_t)
 

Detailed Description

Definition at line 186 of file PycBasicData.h.

Member Function Documentation

◆ reserve()

template<typename ContainerType >
static void casacore::python::casa_variable_capacity_policy::reserve ( ContainerType & a,
std::size_t sz )
inlinestatic

Definition at line 189 of file PycBasicData.h.

◆ set_value()

template<typename ContainerType , typename ValueType >
static void casacore::python::casa_variable_capacity_policy::set_value ( ContainerType & a,
std::size_t i,
ValueType const & v )
inlinestatic

Definition at line 195 of file PycBasicData.h.


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