982b9ce6 by Skip Hines

ILP-402 : created "raw" types for C and C++

1 parent 37e76729
......@@ -175,8 +175,8 @@
<type name="raw">
<comment>Variable sized collection of bytes</comment>
<!-- may change this type -->
<lang name="c" type="CXMFString" include="Tensor/CXMF/CXMFString.h"/>
<lang name="cpp" type="::Tensor::XMF::Atom" include="Tensor/XMF/Atom.h"/>
<lang name="c" type="CXMFRaw" include="Tensor/CXMF/CXMFRaw.h"/>
<lang name="cpp" type="::Tensor::Types::Raw" include="Tensor/Types/Raw.h"/>
<lang name="java" type="XidRaw" include="com.telecomsys.tensor.xid.XidRaw"/>
<lang name="node" type="Atom"/>
</type>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!