Home
last modified time | relevance | path

Searched defs:get_struct (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/boost/gil/extension/io/png/detail/
Dbase.hpp53 png_struct* get_struct() { return get()->_struct; } in get_struct() function
54 png_struct const* get_struct() const { return get()->_struct; } in get_struct() function
/third_party/boost/boost/python/numpy/
Dndarray.hpp55 array_struct * get_struct() const { return reinterpret_cast<array_struct*>(this->ptr()); } in get_struct() function in boost::python::numpy::ndarray