Skip to content
Snippets Groups Projects
keys.m 198 B
Newer Older
function result = types(self)

% quality/types -- Get all the types currently being used in the internal
%   quality hash
%   result = types(self)

% $Id$

result = keys(self.hashtable);