OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
import_export::Importer::GeoFileLayerInfo Struct Reference

#include <Importer.h>

+ Collaboration diagram for import_export::Importer::GeoFileLayerInfo:

Public Member Functions

 GeoFileLayerInfo (const std::string &name_, GeoFileLayerContents contents_)
 

Public Attributes

std::string name
 
GeoFileLayerContents contents
 

Detailed Description

Definition at line 838 of file Importer.h.

Constructor & Destructor Documentation

import_export::Importer::GeoFileLayerInfo::GeoFileLayerInfo ( const std::string &  name_,
GeoFileLayerContents  contents_ 
)
inline

Definition at line 839 of file Importer.h.

840  : name(name_), contents(contents_) {}

Member Data Documentation

GeoFileLayerContents import_export::Importer::GeoFileLayerInfo::contents

The documentation for this struct was generated from the following file: