ATLAS Offline Software
Public Member Functions | List of all members
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)
 

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) {}

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