Synergy Color Management Component - SDK -  2018.0.80
SYNCOLOR::RuleWriter Class Referenceabstract

The class is the callback to serialize all the rules. More...

Public Member Functions

virtual ~RuleWriter ()
 Default destructor. More...
 
virtual SynStatus write (const char *data)=0
 Provide the serialized version of a rule. More...
 

Detailed Description

The class is the callback to serialize all the rules.

Note
Line by line xml writer

Constructor & Destructor Documentation

virtual SYNCOLOR::RuleWriter::~RuleWriter ( )
inlinevirtual

Default destructor.

Member Function Documentation

virtual SynStatus SYNCOLOR::RuleWriter::write ( const char *  data)
pure virtual

Provide the serialized version of a rule.

Parameters
dataThe string to write
Returns
returns a SYNCOLOR::SynStatus. Check the error code to determine if an error occurred. See SYNCOLOR::SynStatus above.