MarkLogic Connect
MarkLogic Connect Client API Collection
Protected Member Functions | Friends | List of all members
mlclient::utilities::IContainerRef Class Referenceabstract

Represents a named container in the MarkLogic structured query API. More...

#include <SearchBuilder.hpp>

Inheritance diagram for mlclient::utilities::IContainerRef:
mlclient::utilities::JsonPropertyRef

Protected Member Functions

virtual std::ostream & write (std::ostream &os) const =0
 

Friends

std::ostream & operator<< (std::ostream &os, const IContainerRef &ref)
 

Detailed Description

Represents a named container in the MarkLogic structured query API.

A container could be a JSON property or XML element. These containers are used at the top level of many structure query object configuration.

This class is an abstract class, designed to be subclassed, not used directly


The documentation for this class was generated from the following file: