Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ util/

or-tools/src/util/zvector.h File Reference

#include <endian.h>
#include <string.h>
#include <climits>
#include <cstdio>
#include <limits>
#include "base/integral_types.h"
#include "base/logging.h"
#include "base/macros.h"
#include "base/scoped_ptr.h"

Go to the source code of this file.

Namespaces

namespace  operations_research

Classes

class  operations_research::ZVector< T >

Typedefs

typedef ZVector< int8 > operations_research::Int8ZVector
 Shorthands for all the types of ZVector's.
typedef ZVector< int16 > operations_research::Int16ZVector
typedef ZVector< int32 > operations_research::Int32ZVector
typedef ZVector< int64 > operations_research::Int64ZVector
typedef ZVector< uint8 > operations_research::UInt8ZVector
typedef ZVector< uint16 > operations_research::UInt16ZVector
typedef ZVector< uint32 > operations_research::UInt32ZVector
typedef ZVector< uint64 > operations_research::UInt64ZVector