Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
C
capnproto
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
capnproto
Commits
41d2b217
Commit
41d2b217
authored
Mar 28, 2013
by
Kenton Varda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
oops
parent
0fd36d34
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
+7
-6
layout.h
c++/src/capnproto/layout.h
+7
-6
No files found.
c++/src/capnproto/layout.h
View file @
41d2b217
...
...
@@ -23,12 +23,13 @@
// This file is NOT intended for use by clients, except in generated code.
//
// This file defines low-level, non-type-safe classes for interpreting the raw Cap'n Proto wire
// format. Code generated by the Cap'n Proto compiler uses these classes, as does other parts of
// the Cap'n proto library which provide a higher-level interface for dynamic introspection.
// This file defines low-level, non-type-safe classes for traversing the Cap'n Proto memory layout
// (which is also its wire format). Code generated by the Cap'n Proto compiler uses these classes,
// as does other parts of the Cap'n proto library which provide a higher-level interface for
// dynamic introspection.
#ifndef CAPNPROTO_
WIRE_FORMA
T_H_
#define CAPNPROTO_
WIRE_FORMA
T_H_
#ifndef CAPNPROTO_
LAYOU
T_H_
#define CAPNPROTO_
LAYOU
T_H_
#include "macros.h"
#include "type-safety.h"
...
...
@@ -609,4 +610,4 @@ inline Void ListReader::getDataElement<Void>(ElementCount index) const {
}
// namespace internal
}
// namespace capnproto
#endif // CAPNPROTO_
WIRE_FORMA
T_H_
#endif // CAPNPROTO_
LAYOU
T_H_
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment