ATLAS Offline Software
Loading...
Searching...
No Matches
AttributeListLayout.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ROOTCOLLECTION_ATTRIBUTELISTLAYOUT_H
6#define ROOTCOLLECTION_ATTRIBUTELISTLAYOUT_H
7
8#include "TObject.h"
9#include <string>
10#include <vector>
11
12namespace pool {
15}
16
17
18struct AttributeListLayout : public TObject
19{
22
24
26
27 void print() const;
28
29
30 std::vector< std::pair<std::string, std::string> > m_layout;
32
34};
35
36#endif
An implementation of the ICollectionDescription interface used to define the properties of a collecti...
An interface used to define the properties of a collection to be constructed and to retrieve these pr...
pool namespace
Definition libname.h:15
void print() const
void fillDescription(pool::CollectionDescription &desc)
ClassDef(AttributeListLayout, 3)
std::vector< std::pair< std::string, std::string > > m_layout
AttributeListLayout(const pool::ICollectionDescription &desc)
virtual ~AttributeListLayout()