#include <Exception.hpp>
Inheritance diagram for detail::BadFragment< FragmentT >:

Public Types | |
| typedef FragmentT | FragmentType |
| typedef FragmentType::SizeType | SizeType |
| typedef FragmentType::PayloadType | PayloadType |
Public Member Functions | |
| BadFragment (SizeType begin, SizeType end, const PayloadType &payload) throw () | |
| ~BadFragment () throw () | |
| SizeType | begin () const |
| SizeType | end () const |
Private Attributes | |
| SizeType | begin_ |
| SizeType | end_ |
| PayloadType | payload_ |
|
|||||
|
Definition at line 46 of file Exception.hpp. |
|
|||||
|
Definition at line 48 of file Exception.hpp. |
|
|||||
|
Definition at line 47 of file Exception.hpp. |
|
||||||||||||||||||||
|
Definition at line 49 of file Exception.hpp. |
|
|||||||||
|
Definition at line 55 of file Exception.hpp. |
|
|||||||||
|
Definition at line 56 of file Exception.hpp. References detail::BadFragment< FragmentT >::begin_. |
|
|||||||||
|
Definition at line 57 of file Exception.hpp. References detail::BadFragment< FragmentT >::end_. |
|
|||||
|
Definition at line 59 of file Exception.hpp. Referenced by detail::BadFragment< FragmentT >::begin(). |
|
|||||
|
Definition at line 60 of file Exception.hpp. Referenced by detail::BadFragment< FragmentT >::end(). |
|
|||||
|
Definition at line 61 of file Exception.hpp. |
1.4.2