normativeTypesCPP
|
Utility methods for NT types. More...
#include <ntutils.h>
Static Public Member Functions | |
static bool | is_a (const std::string &u1, const std::string &u2) |
|
static |
Checks whether NT types are compatible by checking their IDs, i.e. their names and major version must match.
u1 | the first URI. |
u2 | the second URI. |
Definition at line 14 of file ntutils.cpp.