#include <vector>#include <iterator>#include "pbori_defs.h"#include "pbori_func.h"#include "pbori_algo.h"#include "CStringLiteral.h"#include "CPrintOperation.h"#include "CIdxVariable.h"Go to the source code of this file.
Classes | |
| class | CIdxPath< IdxType, SeparatorType > |
| This template class defines a storage type for monomial indices and customizable "pretty" printing. More... | |
Functions | |
| template<class IdxType , class SeparatorType > | |
| CIdxPath< IdxType, SeparatorType >::ostream_type & | operator<< (typename CIdxPath< IdxType, SeparatorType >::ostream_type &os, const CIdxPath< IdxType, SeparatorType > &storage) |
| Stream output operator. | |
This file contains the definition of a template for the storage type for indices.
1.6.3