22 #ifndef ASTSHIM_SERIESMAP_H 23 #define ASTSHIM_SERIESMAP_H 29 #include "astshim/base.h" 30 #include "astshim/Mapping.h" 31 #include "astshim/CmpMap.h" 70 :
CmpMap(map1, map2, true, options) {}
81 std::shared_ptr<SeriesMap>
copy()
const {
87 return copyImpl<SeriesMap, AstCmpMap>();
93 throw std::runtime_error(
"Compound mapping is in parallel");
Definition: SeriesMap.h:53
std::shared_ptr< SeriesMap > copy() const
Return a deep copy of this object.
Definition: SeriesMap.h:81
virtual std::shared_ptr< Object > copyPolymorphic() const override
Definition: SeriesMap.h:86
AST wrapper classes and functions.
Definition: attributes_channel.dox:1
bool getSeries()
Return True if the map is in series.
Definition: CmpMap.h:102
SeriesMap(AstCmpMap *rawptr)
Construct a SeriesMap from a raw AST pointer.
Definition: SeriesMap.h:91
SeriesMap(Mapping const &map1, Mapping const &map2, std::string const &options="")
Definition: SeriesMap.h:69