μHAL (v2.8.17)
Part of the IPbus software repository
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Public Member Functions | Public Attributes | List of all members
ValuesViewImpl< Map, ValuesView > Struct Template Reference

#include </builds/ipbus/ipbus-software/uhal/python/pybind11/include/pybind11/stl_bind.h>

Inheritance diagram for ValuesViewImpl< Map, ValuesView >:
[legend]
Collaboration diagram for ValuesViewImpl< Map, ValuesView >:
[legend]

Public Member Functions

 ValuesViewImpl (Map &map)
 
size_t len () override
 
iterator iter () override
 

Public Attributes

Map & map
 

Detailed Description

template<typename Map, typename ValuesView>
struct ValuesViewImpl< Map, ValuesView >

Definition at line 676 of file stl_bind.h.

Constructor & Destructor Documentation

◆ ValuesViewImpl()

template<typename Map , typename ValuesView >
ValuesViewImpl< Map, ValuesView >::ValuesViewImpl ( Map &  map)
inlineexplicit

Definition at line 677 of file stl_bind.h.

Member Function Documentation

◆ iter()

template<typename Map , typename ValuesView >
iterator ValuesViewImpl< Map, ValuesView >::iter ( )
inlineoverride

Definition at line 679 of file stl_bind.h.

References make_value_iterator(), and ValuesViewImpl< Map, ValuesView >::map.

◆ len()

template<typename Map , typename ValuesView >
size_t ValuesViewImpl< Map, ValuesView >::len ( )
inlineoverride

Definition at line 678 of file stl_bind.h.

References ValuesViewImpl< Map, ValuesView >::map.

Member Data Documentation

◆ map

template<typename Map , typename ValuesView >
Map& ValuesViewImpl< Map, ValuesView >::map

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