#include <FileFragments.hpp>
Inheritance diagram for FF::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 174 of file FileFragments.hpp. |
|
Definition at line 176 of file FileFragments.hpp. |
|
Definition at line 175 of file FileFragments.hpp. |
|
Definition at line 177 of file FileFragments.hpp. |
|
Definition at line 183 of file FileFragments.hpp. |
|
Definition at line 184 of file FileFragments.hpp. |
|
Definition at line 185 of file FileFragments.hpp. |
|
Definition at line 187 of file FileFragments.hpp. |
|
Definition at line 188 of file FileFragments.hpp. |
|
Definition at line 189 of file FileFragments.hpp. |