LAPTOP-SNT8I5JK\Boounion
2025-08-27 38f2ff1e5bc6c4434875e03b8cadc8f3f4e39bf6
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;