UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
hds_db
base
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>
7
T&
hds::db::TrHeader::attr
(
TrHeaderAttrId
id
)
8
{
9
return
(T&)m_data[m_context(
id
).offset];
10
}
11
12
template
<
typename
T>
13
const
T&
hds::db::TrHeader::attr
(
TrHeaderAttrId
id
)
const
14
{
15
return
(T&)m_data[m_context(
id
).offset];
16
}
17
18
#endif
/* __hds_db_tr_header_inline_hpp */
hds::db::TrHeader::attr
const T & attr(TrHeaderAttrId id) const
Definition:
tr_header_inline.hpp:13
hds::db::TrHeaderAttrId
TrHeaderAttrId
Definition:
tr_header_context.hpp:16
Generated by
1.8.5