18 #ifndef __IGN_TRANSPORT_TOPICUTILS_HH_INCLUDED__ 19 #define __IGN_TRANSPORT_TOPICUTILS_HH_INCLUDED__ 36 public:
static bool IsValidNamespace(
const std::string &_ns);
44 public:
static bool IsValidPartition(
const std::string &_partition);
53 public:
static bool IsValidTopic(
const std::string &_topic);
62 public:
static bool FullyQualifiedName(
const std::string &_partition,
63 const std::string &_ns,
64 const std::string &_topic,
#define IGNITION_VISIBLE
Use to represent "symbol visible" if supported.
Definition: Helpers.hh:56
This class provides different utilities related with topics.
Definition: TopicUtils.hh:31
Definition: AdvertiseOptions.hh:25