5#ifndef COLLECTIONSVC_COLLECTIONROWBUFFER_H
6#define COLLECTIONSVC_COLLECTIONROWBUFFER_H
8#include "CoralBase/AttributeList.h"
Define macros for attributes used to control the static checker.
This class provides a token that identifies in a unique way objects on the persistent storage.
const coral::AttributeList & attributeList() const
Returns a constant reference to the list of Attributes.
bool operator!=(const CollectionRowBuffer &rhs) const
Inequality operator.
bool operator==(const CollectionRowBuffer &rhs) const
Equality operator.
const Token & token() const
~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.
Token & token()
Returns an object reference.
CollectionRowBuffer(coral::AttributeList &attributeList)
Constructor taking Attribute list as input.
const std::string & tokenName() const
bool deleteAL ATLAS_NOT_THREAD_SAFE()
void setAttributeList(const coral::AttributeList &attributeList)
Sets the Attribute list schema.
CollectionRowBuffer(const CollectionRowBuffer &rhs)
Copy Constructor.
CollectionRowBuffer()
Default Constructor.