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

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

% $Id$

result = keys(self.hashtable);