数据流的例子

zhangrujun 58 0 RAR 2018-12-20 08:12:37

Stream于WEB网络的数据流的例子 virtual type get(int i); virtual void push(type object); virtual type pop(); virtual type popIndex(int index); virtual type pop(type Object); virtual void clear(); virtual int getSize(); virtual type operator[](int i); virtual type * getArray(){return m_List; }; virtual ArrayT* getCopy();

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2018-12-20 08:12:37

没有看懂,可能我操作不对吧