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