982b9ce6 by Skip Hines

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

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