Jazz 1.25.+
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
jazz_bebop::stdLocator Class Reference

A wrapped Locator that supports being stacked in an std::vector and used as a key in an std::map. More...

#include <std_wrap.h>

Public Member Functions

 stdLocator (const Locator &locator)
 Constructor from cLocator.
 
 stdLocator (const stdLocator &locator)
 Copy constructor for stdLocator.
 
bool operator== (const stdLocator &o) const
 Operator locator == o.locator.
 
bool operator< (const stdLocator &o) const
 Operator locator < o.locator.
 

Data Fields

Locator locator
 The locator.
 

Detailed Description

A wrapped Locator that supports being stacked in an std::vector and used as a key in an std::map.

Constructor & Destructor Documentation

◆ stdLocator() [1/2]

jazz_bebop::stdLocator::stdLocator ( const Locator locator)
inline

Constructor from cLocator.

Parameters
locatorA C Locator.

◆ stdLocator() [2/2]

jazz_bebop::stdLocator::stdLocator ( const stdLocator locator)
inline

Copy constructor for stdLocator.

Parameters
locatorThe stdLocator to copy.

Member Function Documentation

◆ operator==()

bool jazz_bebop::stdLocator::operator== ( const stdLocator o) const
inline

Operator locator == o.locator.

Parameters
oThe object to compare with.
Returns
True if the locators are equal.

◆ operator<()

bool jazz_bebop::stdLocator::operator< ( const stdLocator o) const
inline

Operator locator < o.locator.

Parameters
oThe object to compare with.
Returns
True if the locator is less than o.locator.

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