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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/examples_cxx/getting_started/
H A DgettingStartedCommon.hpp11 inline void setCategory(std::string &category) {category_ = category;}
18 inline std::string& getCategory() {return(category_);}
28 category_ = "";
55 category_ = buf + bufLen_;
56 bufLen_ += category_.size() + 1;
89 packString(databuf_, category_);
108 std::cout << " Category: " << category_ << std::endl;
127 std::string category_, name_, vendor_, sku_; member in class:InventoryData

Completed in 44 milliseconds