32 #ifndef AS_NAMESPACE_H 33 #define AS_NAMESPACE_H 35 #include "as_string.h" 61 return (ns == other.ns && name == other.name);
65 return (ns < other.ns || (ns == other.ns && name < other.name));
Definition: as_namespace.h:39
Definition: as_namespace.h:47
Definition: as_string.h:41