class QT::MtDict

Defined in:

core/m1_dict.cr

Constant Summary

AUTOS = {} of Int32 => self
MAINS = {} of Int32 => self
USERS = {} of String => self

Constructors

Instance Method Summary

Constructor Detail

def self.new(lbl : Int32) #

[View source]
def self.regular_main : self #

[View source]
def self.regular_user(uname : String) : self #

[View source]
def self.unique_auto(wn_id : Int32) : self #

[View source]
def self.unique_main(wn_id : Int32) : self #

[View source]
def self.unique_user(wn_id : Int32, uname : String) : self #

[View source]

Instance Method Detail

def add_defn(defn : Zvterm) #

[View source]
def add_term(key : String, val : String, ptag : String = "", prio : Int32 = 2) #

[View source]
def load!(dic : Int32) : self #

[View source]
def load_main!(dic : Int32) : self #

[View source]
def load_user!(dic : Int32, uname : String) : self #

[View source]
def remove_term(key : String) : Nil #

[View source]
def scan(*args, **options) #

[View source]
def scan(*args, **options, &) #

[View source]
def trie : QT::MtTrie #

[View source]