class ugcs::vsm::Property_list

#include <property.h>

class Property_list: public std::unordered_map< std::string, Property::Ptr >
{
public:
    // methods

    template <typename Type>
    bool Get_value(
        const std::string& name,
        Type& value
        ) const;

    bool Is_equal(const Property_list&);
};