UNIVERS  15.3
UNIVERS base processing software API
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
tr_header_inline.hpp
1 /* tr_header_inline.hpp */
2 /* $Id$ */
3 #ifndef __hds_db_tr_header_inline_hpp
4 #define __hds_db_tr_header_inline_hpp
5 
6 template <typename T>
8 {
9  return (T&)m_data[m_context(id).offset];
10 }
11 
12 template <typename T>
14 {
15  return (T&)m_data[m_context(id).offset];
16 }
17 
18 #endif /* __hds_db_tr_header_inline_hpp */
const T & attr(TrHeaderAttrId id) const
Definition: tr_header_inline.hpp:13
TrHeaderAttrId
Definition: tr_header_context.hpp:16