PODIO v00-16-03
An Event-Data-Model Toolkit for High Energy Physics Experiments
|
This is the complete list of members for podio::Frame, including all inherited members.
Frame() | podio::Frame | inline |
Frame(std::unique_ptr< FrameDataT >) | podio::Frame | |
Frame(FrameDataT &&) | podio::Frame | |
Frame(const Frame &)=delete | podio::Frame | |
Frame(Frame &&)=default | podio::Frame | |
get(const std::string &name) const | podio::Frame | |
get(const std::string &name) const | podio::Frame | inline |
getAvailableCollections() const | podio::Frame | inline |
getCollectionForWrite(const std::string &name) const | podio::Frame | inline |
getCollectionIDTableForWrite() const | podio::Frame | inline |
getGenericParametersForWrite() const | podio::Frame | inline |
getParameter(const std::string &key) const | podio::Frame | inline |
getParameterKeys() const | podio::Frame | inline |
getParameters() const | podio::Frame | inline |
operator=(const Frame &)=delete | podio::Frame | |
operator=(Frame &&)=default | podio::Frame | |
put(CollT &&coll, const std::string &name) | podio::Frame | |
put(std::unique_ptr< podio::CollectionBase > coll, const std::string &name) | podio::Frame | inline |
putParameter(const std::string &key, T value) | podio::Frame | inline |
putParameter(const std::string &key, std::string value) | podio::Frame | inline |
putParameter(const std::string &key, std::vector< std::string > values) | podio::Frame | inline |
putParameter(const std::string &key, std::initializer_list< T > &&values) | podio::Frame | inline |
~Frame()=default | podio::Frame |