FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

GitHub Viewer

// 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

Back | FazBrowse Home | New Git URL