Class TicketedEventResult

Inheritance Relationships

Base Type

Class Documentation

class TicketedEventResult : public csp::systems::ResultBase

Result class holding a TicketedEvent.

Public Functions

TicketedEvent &GetTicketedEvent()

Get the ticketed event from the result.

Returns

The ticketed event.

const TicketedEvent &GetTicketedEvent() const

Get the ticketed event from the result.

Returns

The ticketed event.