XJ music engine  1.9.6
In-game runtime engine for XJ music.
Public Member Functions | Public Attributes | List of all members
XJ::SegmentMeta Class Reference

#include <SegmentMeta.h>

Inheritance diagram for XJ::SegmentMeta:
XJ::SegmentEntity

Public Member Functions

 SegmentMeta ()=default
 
bool equals (const SegmentMeta &segmentMeta) const
 
unsigned long long hashCode () const
 
- Public Member Functions inherited from XJ::SegmentEntity
 SegmentEntity ()=default
 

Public Attributes

std::string key
 
std::string value
 
- Public Attributes inherited from XJ::SegmentEntity
UUID id
 
int segmentId {}
 

Constructor & Destructor Documentation

◆ SegmentMeta()

XJ::SegmentMeta::SegmentMeta ( )
default

Member Function Documentation

◆ equals()

bool SegmentMeta::equals ( const SegmentMeta segmentMeta) const

Assert equality with another Segment Meta

Parameters
segmentMetaThe Segment Meta to compare
Returns
true if equal

◆ hashCode()

unsigned long long SegmentMeta::hashCode ( ) const

Determine a unique hash code for the Segment Meta

Returns
hash code

Member Data Documentation

◆ key

std::string XJ::SegmentMeta::key

◆ value

std::string XJ::SegmentMeta::value

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