aboutsummaryrefslogtreecommitdiff
path: root/arch/all/cpp/roles.yml
diff options
context:
space:
mode:
Diffstat (limited to 'arch/all/cpp/roles.yml')
-rw-r--r--arch/all/cpp/roles.yml10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/all/cpp/roles.yml b/arch/all/cpp/roles.yml
new file mode 100644
index 0000000..66635b4
--- /dev/null
+++ b/arch/all/cpp/roles.yml
@@ -0,0 +1,10 @@
+%YAML 1.2
+---
+include:
+ ios: C++ I/O streams.
+ iosfwd: C++ I/O library forward declarations.
+ iostream: C++ I/O standard iostream object.
+ mystrbuf: C++ string buffer.
+ new: C++ new operator.
+ streambuf: C++ stream buffer.
+ string: C++ string.h wrapper.