mrDarker
2025-06-21 173172803858304548943d530d59be6d93136841
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;