class
LavinMQ::MQTT::TopicTree(TEntity)
- LavinMQ::MQTT::TopicTree(TEntity)
- Reference
- Object
Defined in:
lavinmq/mqtt/topic_tree.crConstructors
Instance Method Summary
- #[](topic : String) : TEntity
- #[](topic : StringTokenIterator) : TEntity
- #[]?(topic : String) : TEntity | Nil
- #[]?(topic : StringTokenIterator) : TEntity | Nil
- #delete(topic : String)
- #delete(topic : StringTokenIterator)
- #each(filter : String, &blk : String, TEntity -> _)
- #each(filter : StringTokenIterator, &blk : String, TEntity -> _)
- #each(&blk : String, TEntity -> _)
- #empty?
- #insert(topic : String, entity : TEntity) : TEntity | Nil
- #insert(topic : StringTokenIterator, entity : TEntity) : TEntity | Nil
-
#inspect
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
- #size
Constructor Detail
Instance Method Detail
def inspect
#
Description copied from class Object
Returns an unambiguous and information-rich string representation of this object, typically intended for developers.
This method should usually not be overridden. It delegates to
#inspect(IO)
which can be overridden for custom implementations.
Also see #to_s
.