|
NSVD Reader
0.0.1
|
<peripherals> element. iterable More...
#include <Peripheral.hpp>

Public Types | |
| using | iterator = typename ::nodamushi::boxvec< Peripheral< STR > >::iterator |
| using | citerator = typename ::nodamushi::boxvec< Peripheral< STR > >::const_iterator |
Public Member Functions | |
| bool | empty () const noexcept |
| <peripheral> is empty More... | |
| size_t | size () const noexcept |
| count of <peripheral> More... | |
| size_t | length () const noexcept |
| count of <peripheral> More... | |
| iterator | begin () |
| <peripheral> iterator More... | |
| citerator | begin () const |
| <peripheral> iterator More... | |
| iterator | end () |
| <peripheral> iterator More... | |
| citerator | end () const |
| <peripheral> iterator More... | |
Public Attributes | |
| value< boxvec< Peripheral< STR > >,ELEMENT > | peripheral |
| <peripheral> list More... | |
<peripherals> element. iterable
Definition at line 93 of file Peripheral.hpp.
| using nodamushi::svd::Peripherals< STR >::citerator = typename ::nodamushi::boxvec<Peripheral<STR> >::const_iterator |
Definition at line 113 of file Peripheral.hpp.
| using nodamushi::svd::Peripherals< STR >::iterator = typename ::nodamushi::boxvec<Peripheral<STR> >::iterator |
Definition at line 112 of file Peripheral.hpp.
|
inline |
<peripheral> iterator
Definition at line 115 of file Peripheral.hpp.
|
inline |
<peripheral> iterator
Definition at line 120 of file Peripheral.hpp.
|
inlinenoexcept |
<peripheral> is empty
Definition at line 98 of file Peripheral.hpp.
|
inline |
<peripheral> iterator
Definition at line 125 of file Peripheral.hpp.
|
inline |
<peripheral> iterator
Definition at line 130 of file Peripheral.hpp.
|
inlinenoexcept |
count of <peripheral>
Definition at line 108 of file Peripheral.hpp.
|
inlinenoexcept |
count of <peripheral>
Definition at line 103 of file Peripheral.hpp.
| value< boxvec<Peripheral<STR> > ,ELEMENT> nodamushi::svd::Peripherals< STR >::peripheral |
<peripheral> list
Definition at line 96 of file Peripheral.hpp.