|
ATLAS Offline Software
|
Go to the documentation of this file.
20 #ifndef LARG4CODE_LARG4IDENTIFIER_H
21 #define LARG4CODE_LARG4IDENTIFIER_H
223 operator std::string ()
const;
237 #endif // LARG4CODE_LARG4IDENTIFIER_H
LArG4Identifier & operator<<(element_type value)
std::vector< element_type > element_vector
int match(const LArG4Identifier &other) const
Test if the shorter of two ids is identical to the equivalent sub-id extracted from the longer.
int operator==(const LArG4Identifier &other) const
virtual ~LArG4Identifier()
void set(const std::string &text)
LArG4Identifier & operator=(const LArG4Identifier &)
int operator<(const LArG4Identifier &other) const
int prefix_less(const LArG4Identifier &other) const
void add(element_type value)
LArG4Identifier(const LArG4Identifier &other)
int operator>(const LArG4Identifier &other) const
LArG4Identifier(const LArG4Identifier &other, size_type start)
element_type & operator[](size_type index)
int operator!=(const LArG4Identifier &other) const
std::vector< element_type >::size_type size_type
LArG4Identifier(const std::string &text)