|
|
|||
File indexing completed on 2026-04-09 07:49:34
0001 #include <cassert> 0002 #include "NP.hh" 0003 #include "SDigest.hh" 0004 #include "SDigestNP.hh" 0005 0006 std::string SDigestNP::Item( const NP* a, int i, int j, int k, int l, int m, int o ) // static 0007 { 0008 const char* start = nullptr ; 0009 NP::INT num_bytes = 0 ; 0010 a->itembytes_(&start, num_bytes, i, j, k, l, m, o ); 0011 assert( start && num_bytes > 0 ); 0012 return SDigest::Buffer( start, num_bytes ); 0013 } 0014
| [ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
|
This page was automatically generated by the 2.3.7 LXR engine. The LXR team |
|