mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: add support for CHAR_DATA token
- allows construction of string tokens holding character content. For example, data that has been serialized and buffered and that now needs to be written or sent to another process.
This commit is contained in:
@ -374,6 +374,7 @@ Foam::Istream& Foam::UIPstreamBase::read(token& t)
|
||||
case token::tokenType::EXPRESSION :
|
||||
case token::tokenType::VARIABLE :
|
||||
case token::tokenType::VERBATIM :
|
||||
case token::tokenType::CHAR_DATA :
|
||||
{
|
||||
string val;
|
||||
if (readString(val))
|
||||
|
||||
Reference in New Issue
Block a user