Searched refs:vCollection (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleCollection.h53 std::vector<CollectionFile> vCollection; member in class:CMuleCollection
60 size_t GetFileCount() const { return vCollection.size(); }
H A DMuleCollection.cpp59 vCollection(0)
99 std::string retvalue = vCollection[index].m_fileName;
114 return vCollection[index].m_fileSize;
123 std::string retvalue = vCollection[index].m_fileHash;
429 vCollection.push_back(

Completed in 41 milliseconds