mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-07 02:09:57 +08:00
Add note about State tracking of Type_Conversions
This commit is contained in:
parent
2e02273673
commit
12533ce3e1
@ -581,6 +581,8 @@ namespace chaiscript
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// \brief Represents the current state of the ChaiScript system. State and be saved and restored
|
/// \brief Represents the current state of the ChaiScript system. State and be saved and restored
|
||||||
|
/// \warning State object does not contain the user defined type conversions of the engine. They
|
||||||
|
/// are left out due to performance considerations involved in tracking the state
|
||||||
/// \sa ChaiScript::get_state
|
/// \sa ChaiScript::get_state
|
||||||
/// \sa ChaiScript::set_state
|
/// \sa ChaiScript::set_state
|
||||||
struct State
|
struct State
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user