![]() |
User-Defined Function API
9.0
|
C++ representation of the RDF type rdf:langString, encapsulating a string value with its language. More...
#include <MarkLogic.h>
Public Member Functions |
|
| LangString (LangStringImpl *=0) | |
| LangString (const char *_str, const char *_language=0) | |
| LangString (const LangString &o) | |
| LangString & | operator= (const LangString &o) |
| operator bool () const | |
| operator const char * () const | |
| const char * | get () const |
| size_t | length () const |
| const char * | language () const |
| bool | operator< (const LangString &o) const |
| bool | operator<= (const LangString &o) const |
| bool | operator> (const LangString &o) const |
| bool | operator>= (const LangString &o) const |
| bool | operator== (const LangString &o) const |
| bool | operator!= (const LangString &o) const |
Protected Attributes |
|
| LangStringImpl * | str |
C++ representation of the RDF type rdf:langString, encapsulating a string value with its language.