5#include <iolink/view/DataFrameView.h>
6#include <iolink/view/View.h>
14 inline static bool isDataFrame(std::shared_ptr<View> view) {
return (toDataFrame(view) !=
nullptr); }
16 inline static std::shared_ptr<DataFrameView> toDataFrame(std::shared_ptr<View> view)
18 return std::dynamic_pointer_cast<DataFrameView>(view);
Definition: DataFrameViewProvider.h:12
All IOLink symbols are enclosed in this namespace.
Definition: ArrayX.h:8