Develop Biology
The language of life
|
#include <stdint.h>
#include <cstddef>
#include <vector>
#include <map>
#include <string>
#include "ByteStream.h"
Go to the source code of this file.
Namespaces | |
namespace | bio |
Typedefs | |
typedef std::vector< ByteStream > | bio::ByteStreams |
typedef std::vector< const char * > | bio::CharStrings |
typedef uint32_t | bio::Index |
typedef const char * | bio::Name |
typedef std::vector< Name > | bio::Names |
typedef std::vector< std::string > | bio::StdStrings |
typedef uint32_t | bio::TimeMS |
typedef uint32_t | bio::TimeSec |
typedef uint32_t | bio::Timestamp |
typedef std::vector< Timestamp > | bio::Timestamps |
typedef uint32_t | bio::TimeUS |
Functions | |
const Index | bio::InvalidIndex () |