mrDarker
2025-10-22 e8a27bb203fe2aff70390a5eca002d7438da9b0f
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;