#include <PatchContents.h>
Public Types | |
typedef ContentsCollection::iterator | iterator |
typedef ContentsCollection::const_iterator | const_iterator |
typedef ContentsCollection::size_type | size_type |
Public Member Functions | |
PatchContents (Patch::constPtr patch) | |
const_iterator | begin () const |
const_iterator | end () const |
bool | empty () const |
size_type | size () const |
Protected Types | |
typedef std::vector< ResObject::constPtr > | ContentsCollection |
Private Attributes | |
RW_pointer< Impl > | _pimpl |
Classes | |
class | Impl |
Definition at line 29 of file PatchContents.h.
|
Definition at line 32 of file PatchContents.h. |
|
Definition at line 35 of file PatchContents.h. |
|
Definition at line 38 of file PatchContents.h. |
|
Definition at line 39 of file PatchContents.h. |
|
Definition at line 22 of file PatchContents.cc. |
|
Definition at line 28 of file PatchContents.cc. References _pimpl. |
|
Definition at line 33 of file PatchContents.cc. References _pimpl. |
|
Definition at line 38 of file PatchContents.cc. References _pimpl. |
|
Definition at line 43 of file PatchContents.cc. References _pimpl. |
|
Definition at line 53 of file PatchContents.h. |