template class Core::Plugins::ClassAttributeWriter

Overview

Helper to write class attributes to string. More…

#include <coreclassbundle.h>

template <class StringType>
class ClassAttributeWriter
{
public:
    // construction

    ClassAttributeWriter (StringType& string);

    // methods

    void addValue (CStringPtr key, CStringPtr value);
};

Detailed Documentation

Helper to write class attributes to string.

Methods

void addValue (CStringPtr key, CStringPtr value)

Add class attribute (key/value).