Ejemplo n.º 1
0
	/**
	   Returns the class name of the type for which node
	   holds serialized data.
	*/
	static std::string class_name( const node_type & node )
	{
	    return node.class_name();
	}
Ejemplo n.º 2
0
	/**
	   Sets the class name of the type for which node
	   holds serialized data.
	*/
	static void class_name( node_type & node, const std::string & classname )
	{
	    node.class_name( classname );
	}