5#ifndef COLLECTIONSVC_COLLECTIONROWBUFFER_H
6#define COLLECTIONSVC_COLLECTIONROWBUFFER_H
10#include "CoralBase/AttributeList.h"
Define macros for attributes used to control the static checker.
TokenList m_tokenList
List of Tokens.
void setTokenList(const TokenList &tokenList)
Sets the Token list schema.
const coral::AttributeList & attributeList() const
Returns a constant reference to the list of Attributes.
bool operator!=(const CollectionRowBuffer &rhs) const
Inequality operator.
const TokenList & tokenList() const
Returns a constant reference to the list of Tokens.
bool operator==(const CollectionRowBuffer &rhs) const
Equality operator.
~CollectionRowBuffer()
Default destructor.
coral::AttributeList & attributeList()
Returns a reference to the list of Attributes.
CollectionRowBuffer & operator=(const CollectionRowBuffer &rhs)
Assignment operator.
coral::AttributeList * m_attributeList
List of Attributes.
CollectionRowBuffer(const TokenList &tokenList, coral::AttributeList &attributeList)
Constructor taking Token list and Attribute list schema as input.
bool deleteAL ATLAS_NOT_THREAD_SAFE()
void setAttributeList(const coral::AttributeList &attributeList)
Sets the Attribute list schema.
CollectionRowBuffer(const CollectionRowBuffer &rhs)
Copy Constructor.
TokenList & tokenList()
Returns a reference to the list of Tokens.
CollectionRowBuffer()
Default Constructor.
A container class to facilitate the use of Token objects.