CHILD_TAG() const -> string override | samchon::examples::packer::ProductArray | inlinevirtual |
samchon::examples::packer::ProductArray::construct(std::shared_ptr< library::XML > xml) | samchon::protocol::EntityGroup< Container, T, Key > | inlinevirtual |
count(const typename child_type::key_type &key) const -> size_t | samchon::protocol::EntityGroup< Container, T, Key > | inline |
samchon::protocol::EntityGroup::createChild(std::shared_ptr< library::XML >) -> child_type *=0 | samchon::protocol::EntityGroup< Container, T, Key > | protectedpure virtual |
find(const typename child_type::key_type &key) -> typename container_type::iterator | samchon::protocol::EntityGroup< Container, T, Key > | inline |
find(const typename child_type::key_type &key) const -> typename container_type::const_iterator | samchon::protocol::EntityGroup< Container, T, Key > | inline |
get(const typename child_type::key_type &key) -> typename container_type::value_type & | samchon::protocol::EntityGroup< Container, T, Key > | inline |
get(const typename child_type::key_type &key) const -> const typename container_type::value_type & | samchon::protocol::EntityGroup< Container, T, Key > | inline |
get_name() const -> string | samchon::examples::packer::Instance | inline |
getPrice() const -> int | samchon::examples::packer::Instance | inline |
getVolume() const -> int | samchon::examples::packer::Instance | inline |
getWeight() const -> int | samchon::examples::packer::Instance | inline |
has(const typename child_type::key_type &key) const -> bool | samchon::protocol::EntityGroup< Container, T, Key > | inline |
Instance() | samchon::examples::packer::Instance | inline |
Instance(const string &name, int price, int volume, int weight) | samchon::examples::packer::Instance | inline |
samchon::key() const -> Key | samchon::protocol::Entity< Key > | inlinevirtual |
samchon::examples::packer::Instance::key() const -> std::string | samchon::protocol::Entity< std::string > | inlinevirtual |
name | samchon::examples::packer::Instance | protected |
price | samchon::examples::packer::Instance | protected |
toString() const -> string override | samchon::examples::packer::Wrapper | inlinevirtual |
tryInsert(shared_ptr< Product > product) -> bool | samchon::examples::packer::Wrapper | inline |
volume | samchon::examples::packer::Instance | protected |
weight | samchon::examples::packer::Instance | protected |
Wrapper() | samchon::examples::packer::Wrapper | inline |
Wrapper(const string &name, int price, int volume, int weight) | samchon::examples::packer::Wrapper | inline |
Wrapper(const Wrapper &wrapper) | samchon::examples::packer::Wrapper | inline |