#include <Atom.h>
Public Types | |
| typedef detail::AtomImplIf | Impl |
| typedef Atom | Self |
| typedef ResTraits< Self > | TraitsType |
| typedef TraitsType::PtrType | Ptr |
| typedef TraitsType::constPtrType | constPtr |
Protected Member Functions | |
| Atom (const NVRAD &nvrad_r) | |
| virtual | ~Atom () |
| Dtor. | |
Private Member Functions | |
| virtual Impl & | pimpl ()=0 |
| Access implementation. | |
| virtual const Impl & | pimpl () const =0 |
| Access implementation. | |
Definition at line 26 of file Atom.h.
| typedef detail::AtomImplIf zypp::Atom::Impl |
| typedef Atom zypp::Atom::Self |
| typedef ResTraits<Self> zypp::Atom::TraitsType |
| typedef TraitsType::PtrType zypp::Atom::Ptr |
| virtual Impl& zypp::Atom::pimpl | ( | ) | [private, pure virtual] |
| virtual const Impl& zypp::Atom::pimpl | ( | ) | const [private, pure virtual] |
1.5.3