- Parameters
-
state | The state for which the name should be returned. |
- Returns
- The state name as stored in fStateNames is returned, corresponding to the state given. If no name exists the number is returned as string.
Definition at line 684 of file StateMachineImp.cc.
References fStateNames, and i.
Referenced by RemoteControl< Shell >::JsGetCurrentState().
686 const StateNames::const_iterator
i =
fStateNames.find(state);
int64_t second
offset of this column in the tile, from the start of the heap area
int64_t first
Size of this column in the tile.
StateNames fStateNames
Human readable names associated with the states.