chenluhua1980
2026-01-08 9c9100b078e9ac4ee7ed61500b4d7c7a74207549
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;