[ Web Proxy ]
URL:
Viewing: https://raw.githubusercontent.com/mediabuff/cpp.react/master/src/logging/EventRecords.cpp [Back]  [Original]

//          Copyright Sebastian Jeckel 2014.
// Distributed under the Boost Software License, Version 1.0.
//    (See accompanying file LICENSE_1_0.txt or copy at
//          http://www.boost.org/LICENSE_1_0.txt)

#include 
#include 

#include "react/logging/EventRecords.h"

/***************************************/ REACT_IMPL_BEGIN /**************************************/

///////////////////////////////////////////////////////////////////////////////////////////////////
/// NodeCreateEvent
///////////////////////////////////////////////////////////////////////////////////////////////////
NodeCreateEvent::NodeCreateEvent(ObjectId nodeId, const char* type) :
    nodeId_( nodeId ),
    type_( type )
{}

void NodeCreateEvent::Serialize(std::ostream& out) const
{
    out 

Web Proxy Viewer  |  New URL  |  Original Page