class

Ktistec::Topic::Subjects

Inherits Reference < Object

Manages the mapping of subjects to indexes.

The string representation of subjects are mutable. Topics refer to subjects by their index rather than their string representation so that subscriptions are not affected when that changes.

Instance methods

[](i : Int) : String | Nil
Source
clear(i : Int)
Source
free
Source
map(t : String) : Int
Source
size
Source
unmap(i : Int)
Source