LAPTOP-SNT8I5JK\Boounion
2025-06-24 d1aa8faa0632de2dafb7d081a3a93a3c2d4f8962
SourceCode/Bond/Servo/CAttributeVector.h
@@ -11,13 +11,14 @@
      virtual ~CAttributeVector();
   public:
      void addAttribute(CAttribute* pAttribute, BOOL bReplace = FALSE);
      BOOL addAttribute(CAttribute* pAttribute, BOOL bReplace = FALSE);
      void addAttributeVector(CAttributeVector& av);
      void clear();
      void sortWithWeight();
      unsigned int size();
      bool empty();
      CAttribute* getAttribute(unsigned int index);
      std::vector<CAttribute*>& getAttributes();
   private:
      std::vector<CAttribute*> m_attributes;