MatrixBerryCore
Public Member Functions | Private Attributes | List of all members
mxberry::core::cont::MapAutoKey Class Reference
Inheritance diagram for mxberry::core::cont::MapAutoKey:
Inheritance graph
[legend]
Collaboration diagram for mxberry::core::cont::MapAutoKey:
Collaboration graph
[legend]

Public Member Functions

function get Count (in self)
 
function getDirectKey (in self, in keyStr)
 
function isKey (in self, in keyStr)
 
function remove (in self, in keyList)
 
function get (in self, in keyStr)
 
function values (in self)
 
function keys (in self)
 
function MapAutoKey (in varargin)
 
function putDirect (in self, in keyStr, in value)
 
function put (in self, in keyStr, in value)
 
function putAuto (in self, in value)
 

Private Attributes

Constant Property MAX_VALUE =intmax
 
Property curCounter
 
Property curPrefix
 
Property directPrefix
 
Property autoPrefix
 
Property plainMap
 
Property Count
 

Detailed Description

Author
Peter Gagarinov, PhD pgaga.nosp@m.rino.nosp@m.v@gma.nosp@m.il.c.nosp@m.om

Definition at line 7 of file MapAutoKey.m.

Constructor & Destructor Documentation

◆ MapAutoKey()

function mxberry::core::cont::MapAutoKey::MapAutoKey ( in  varargin)

Member Function Documentation

◆ Count()

function get mxberry::core::cont::MapAutoKey::Count ( in  self)

◆ get()

function mxberry::core::cont::MapAutoKey::get ( in  self,
in  keyStr 
)

◆ getDirectKey()

function mxberry::core::cont::MapAutoKey::getDirectKey ( in  self,
in  keyStr 
)

◆ isKey()

function mxberry::core::cont::MapAutoKey::isKey ( in  self,
in  keyStr 
)

◆ keys()

function mxberry::core::cont::MapAutoKey::keys ( in  self)

◆ put()

function mxberry::core::cont::MapAutoKey::put ( in  self,
in  keyStr,
in  value 
)

◆ putAuto()

function mxberry::core::cont::MapAutoKey::putAuto ( in  self,
in  value 
)

◆ putDirect()

function mxberry::core::cont::MapAutoKey::putDirect ( in  self,
in  keyStr,
in  value 
)

◆ remove()

function mxberry::core::cont::MapAutoKey::remove ( in  self,
in  keyList 
)

◆ values()

function mxberry::core::cont::MapAutoKey::values ( in  self)

Member Data Documentation

◆ autoPrefix

Property mxberry::core::cont::MapAutoKey::autoPrefix
private

Definition at line 22 of file MapAutoKey.m.

◆ Count

Property mxberry::core::cont::MapAutoKey::Count
private

Definition at line 28 of file MapAutoKey.m.

◆ curCounter

Property mxberry::core::cont::MapAutoKey::curCounter
private

Definition at line 16 of file MapAutoKey.m.

◆ curPrefix

Property mxberry::core::cont::MapAutoKey::curPrefix
private

Definition at line 18 of file MapAutoKey.m.

◆ directPrefix

Property mxberry::core::cont::MapAutoKey::directPrefix
private

Definition at line 20 of file MapAutoKey.m.

◆ MAX_VALUE

Constant Property mxberry::core::cont::MapAutoKey::MAX_VALUE =intmax
private

Definition at line 12 of file MapAutoKey.m.

◆ plainMap

Property mxberry::core::cont::MapAutoKey::plainMap
private

Definition at line 24 of file MapAutoKey.m.


The documentation for this class was generated from the following file: