Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2026-04-09 07:49:31

0001 #pragma once
0002 /**
0003 SBuf.hh 
0004 --------
0005 
0006 **/
0007 
0008 #include "SYSRAP_API_EXPORT.hh"
0009 
0010 template <typename T>
0011 struct SYSRAP_API SBuf 
0012 {
0013     T* ptr ; 
0014     unsigned num_items ; 
0015 };
0016 
0017 
0018 
0019