annotate win64-msvc/include/capnp/c++.capnp @ 47:d93140aac40b

Current Capnp libs and headers from git
author Chris Cannam
date Thu, 20 Oct 2016 18:15:38 +0100
parents
children
rev   line source
Chris@47 1 # Copyright (c) 2013-2014 Sandstorm Development Group, Inc. and contributors
Chris@47 2 # Licensed under the MIT License:
Chris@47 3 #
Chris@47 4 # Permission is hereby granted, free of charge, to any person obtaining a copy
Chris@47 5 # of this software and associated documentation files (the "Software"), to deal
Chris@47 6 # in the Software without restriction, including without limitation the rights
Chris@47 7 # to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
Chris@47 8 # copies of the Software, and to permit persons to whom the Software is
Chris@47 9 # furnished to do so, subject to the following conditions:
Chris@47 10 #
Chris@47 11 # The above copyright notice and this permission notice shall be included in
Chris@47 12 # all copies or substantial portions of the Software.
Chris@47 13 #
Chris@47 14 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
Chris@47 15 # IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
Chris@47 16 # FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
Chris@47 17 # AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
Chris@47 18 # LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
Chris@47 19 # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
Chris@47 20 # THE SOFTWARE.
Chris@47 21
Chris@47 22 @0xbdf87d7bb8304e81;
Chris@47 23 $namespace("capnp::annotations");
Chris@47 24
Chris@47 25 annotation namespace(file): Text;
Chris@47 26 annotation name(field, enumerant, struct, enum, interface, method, param, group, union): Text;