cesium-native 0.47.0
Loading...
Searching...
No Matches
CesiumUtility::Credit Struct Reference

Represents an HTML string that should be shown on screen to attribute third parties for used data, imagery, etc. Acts as a handle into a CreditSystem object that actually holds the credit string. More...

#include <CesiumUtility/CreditSystem.h>

Public Member Functions

bool operator== (const Credit &rhs) const noexcept
 Returns true if two credit objects have the same ID.
 

Friends

class CreditSystem
 
class CreditReferencer
 

Detailed Description

Represents an HTML string that should be shown on screen to attribute third parties for used data, imagery, etc. Acts as a handle into a CreditSystem object that actually holds the credit string.

Definition at line 18 of file CreditSystem.h.

Member Function Documentation

◆ operator==()

bool CesiumUtility::Credit::operator== ( const Credit & rhs) const
inlinenoexcept

Returns true if two credit objects have the same ID.

Definition at line 23 of file CreditSystem.h.

Friends And Related Symbol Documentation

◆ CreditReferencer

friend class CreditReferencer
friend

Definition at line 33 of file CreditSystem.h.

◆ CreditSystem

friend class CreditSystem
friend

Definition at line 32 of file CreditSystem.h.


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