AFLOW
 
Loading...
Searching...
No Matches
aurostd_xcombos.cpp File Reference
#include "aurostd_xcombos.h"
#include <algorithm>
#include <cstddef>
#include <iostream>
#include <vector>
#include "aurostd.h"
#include "aurostd_automatic_template.h"
#include "aurostd_xerror.h"
#include "aflow_xhost.h"

Go to the source code of this file.

Classes

class  xerror
 

Namespaces

namespace  aurostd
 

Macros

#define _AUROSTD_XCOMBOS_CPP_
 
#define _DEBUG_XCOMBOS_   false
 
#define AST_TEMPLATE(utype)
 
#define AST_TEMPLATE(utype)
 

Macro Definition Documentation

◆ _AUROSTD_XCOMBOS_CPP_

#define _AUROSTD_XCOMBOS_CPP_

Definition at line 8 of file aurostd_xcombos.cpp.

◆ _DEBUG_XCOMBOS_

#define _DEBUG_XCOMBOS_   false

Definition at line 23 of file aurostd_xcombos.cpp.

◆ AST_TEMPLATE [1/2]

#define AST_TEMPLATE ( utype)
Value:
template std::vector<utype> xcombos::applyCombo(const std::vector<utype>&) const;
std::vector< utype > applyCombo(const std::vector< utype > &v_items) const

Definition at line 340 of file aurostd_xcombos.cpp.

◆ AST_TEMPLATE [2/2]

#define AST_TEMPLATE ( utype)
Value:
template std::vector<utype> xcombos::applyCombo(const std::vector<std::vector<utype>>&) const;

Definition at line 340 of file aurostd_xcombos.cpp.