12#ifndef WSFPARSETYPEPATH_HPP
13#define WSFPARSETYPEPATH_HPP
15#include "wsf_parser_export.h"
19#include "UtStringRef.hpp"
27 return std::lexicographical_compare(a.begin(), a.end(), b.begin(), b.end());
std::vector< UtStringRef > WsfParseTypePath
Definition WsfParseTypePath.hpp:21
WsfParseTypePath WSF_PARSER_EXPORT WsfParseTypePathParse(const std::string &aDotSepPath)
Definition WsfParseType.cpp:22
std::string WSF_PARSER_EXPORT WsfParseTypePathString(const WsfParseTypePath &aPaths)
Definition WsfParseType.cpp:37
Definition WsfParseTypePath.hpp:24
bool operator()(const WsfParseTypePath &a, const WsfParseTypePath &b) const
Definition WsfParseTypePath.hpp:25