Lines Matching full:vector
6 #include <vector>
8 void addObjectMapResult(std::vector<InterfaceMapType::value_type>& objectMap,
12 std::vector<InterfaceMapType::value_type> getAncestors(
14 std::vector<std::string>& interfaces);
18 std::vector<std::string>& interfaces);
20 std::vector<InterfaceMapType::value_type> getSubTree(
22 std::vector<std::string>& interfaces);
24 std::vector<std::string> getSubTreePaths(const InterfaceMapType& interfaceMap,
26 std::vector<std::string>& interfaces);
41 * @return std::vector<InterfaceMapType::value_type>
43 std::vector<InterfaceMapType::value_type> getAssociatedSubTree(
48 std::vector<std::string>& interfaces);
63 * @return std::vector<std::string>
65 std::vector<std::string> getAssociatedSubTreePaths(
70 std::vector<std::string>& interfaces);
87 * @return std::vector<InterfaceMapType::value_type>
89 std::vector<InterfaceMapType::value_type> getAssociatedSubTreeById(
92 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces,
94 std::vector<std::string>& endpointInterfaces);
111 * @return std::vector<std::string>
113 std::vector<std::string> getAssociatedSubTreePathsById(
116 const std::string& objectPath, std::vector<std::string>& subtreeInterfaces,
118 std::vector<std::string>& endpointInterfaces);