ATLAS Offline Software
Loading...
Searching...
No Matches
Token::OID_t Struct Reference

#include <Token.h>

Inheritance diagram for Token::OID_t:
Collaboration diagram for Token::OID_t:

Public Member Functions

 OID_t ()
 OID_t (long long int i1, long long int i2)

Public Attributes

T1 first_type
 STL member.
T2 second_type
 STL member.

Detailed Description

Definition at line 24 of file Token.h.

Constructor & Destructor Documentation

◆ OID_t() [1/2]

Token::OID_t::OID_t ( )
inline

Definition at line 25 of file Token.h.

25{}

◆ OID_t() [2/2]

Token::OID_t::OID_t ( long long int i1,
long long int i2 )
inline

Definition at line 26 of file Token.h.

26: std::pair<long long int, long long int> (i1,i2) {}

Member Data Documentation

◆ first_type

T1 std::pair< T1, T2 >::first_type
inherited

STL member.

◆ second_type

T2 std::pair< T1, T2 >::second_type
inherited

STL member.


The documentation for this struct was generated from the following file: