Class documentation of Concepts

Loading...
Searching...
No Matches

Base class for File type recognition. More...

#include <meshImport2Dgeneral.hh>

Inheritance diagram for concepts::File:
concepts::AttributesFile concepts::DefFile concepts::EdgCorrFile concepts::EdgRadiaFile

Public Types

enum  types { ATTRIBUTES , EDGCORR , EDGRADIA , DEFFILE }
 

Public Member Functions

 File (const std::string file_name, enum types file_type)
 
 File (const File &file)
 
enum types type () const
 
const std::string name () const
 

Protected Attributes

enum types type_
 
std::string name_
 

Detailed Description

Base class for File type recognition.

Definition at line 21 of file meshImport2Dgeneral.hh.

Member Enumeration Documentation

◆ types

enum concepts::File::types

Definition at line 23 of file meshImport2Dgeneral.hh.

Member Function Documentation

◆ name()

const std::string concepts::File::name ( ) const
inline

Definition at line 27 of file meshImport2Dgeneral.hh.

◆ type()

enum types concepts::File::type ( ) const
inline

Definition at line 26 of file meshImport2Dgeneral.hh.

Member Data Documentation

◆ name_

std::string concepts::File::name_
protected

Definition at line 30 of file meshImport2Dgeneral.hh.

◆ type_

enum types concepts::File::type_
protected

Definition at line 29 of file meshImport2Dgeneral.hh.


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