Learn R Programming

flashlighttext (version 0.1.0)

LMState: LMState

Description

LMState

LMState

Arguments

Active bindings

ptr

get or set a pointer to a LMStateWrapper.

children

a list of pairs (index, LMStatePtr)

Methods


Method new()

Usage

LMState$new()

Returns

An instance of the LMState class.


Method child()

Usage

LMState$child(usr_index)

Arguments

usr_index

a usr_index

Returns

externalpointer to a LMStateWrapper


Method compare()

Usage

LMState$compare(state)

Arguments

state

an externalpointer to a LMState to compare with.

Returns

int


Method clone()

The objects of this class are cloneable with this method.

Usage

LMState$clone(deep = FALSE)

Arguments

deep

Whether to make a deep clone.