mFrame
載入中...
搜尋中...
無符合項目
mframe::util::Map< V >::Entry 結構 參考文件abstract
類別mframe::util::Map< V >::Entry的繼承圖:
mframe::lang::Interface

公開方法(Public Methods)

virtual int getKey (void) override
 Get the Key object.
 
virtual V * getValue (void) override
 Get the Value object.
 
virtual V * setValue (V *value) override
 Set the Value object.
 
virtual void remove (void) override
 從Map中移除該MapSet
 
- 公開方法(Public Methods) 繼承自 mframe::lang::Interface
virtual ~Interface (void)=default
 Destroy the struct object.
 
virtual mframe::lang::ObjectgetObject (void) override
 取得類Object
 

函式成員說明文件

◆ getKey()

template<typename V = void>
virtual int mframe::util::Map< V >::Entry::getKey ( void )
pure virtual

Get the Key object.

傳回值
int

◆ getValue()

template<typename V = void>
virtual V * mframe::util::Map< V >::Entry::getValue ( void )
pure virtual

Get the Value object.

傳回值
V*

◆ setValue()

template<typename V = void>
virtual V * mframe::util::Map< V >::Entry::setValue ( V * value)
pure virtual

Set the Value object.

參數
value
傳回值
V*

此結構(structure) 文件是由下列檔案中產生: