#include <stdexcept>
#include <vector>
#include <memory>
#include <limits>
#include <climits>
#include <string>
#include <cstdio>
#include <fcntl.h>
#include <sys/stat.h>
#include <unistd.h>
#include <fstream>
#include <sys/mman.h>
#include <mutex>
#include "ByteBuffer.h"
#include "ByteOrder.h"
#include "BaseStructure.h"
#include "IEvioCompactReader.h"
#include "IEvioReader.h"
#include "EvioReaderV4.h"
#include "IBlockHeader.h"
#include "EvioNode.h"
#include "RecordNode.h"
Go to the source code of this file.
|
class | evio::EvioCompactReaderV4 |
| This class is used to read an evio format version 4 formatted file or buffer and extract specific evio containers (bank, seg, or tagseg) with actual data in them given a tag/num pair. More...
|
|
|
| evio |
| Copyright (c) 2019, Jefferson Science Associates.
|
|