INMOST
Mathematical Modelling Toolkit
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Friends | List of all members
INMOST::TagMemory Class Reference

#include <inmost_data.h>

Collaboration diagram for INMOST::TagMemory:

Public Member Functions

 ~TagMemory ()
 Destructor should not do anything. More...
 
 TagMemory (Mesh *m, const TagMemory &other)
 
TagMemoryoperator= (TagMemory const &other)
 Assignment operator should not be ever used, but is here for convinience. More...
 

Friends

class Tag
 Provide access to interface. More...
 
class Storage
 For debug purposes only. More...
 

Detailed Description

This class is a data container for class Tag, contains all the necessery information to access mesh data in class TagManager. It is never exposed to the user directly, should be accessed through interface class Tag. Functions are implemented in tag.cpp.

Definition at line 143 of file inmost_data.h.

Constructor & Destructor Documentation

INMOST::TagMemory::~TagMemory ( )
inline

Destructor should not do anything.

Definition at line 147 of file inmost_data.h.

INMOST::TagMemory::TagMemory ( Mesh m,
const TagMemory other 
)

Copy constructor, copies all the data except for m_link. Main purpose is to create an exact copy for different mesh, whenever another mesh is created.

Member Function Documentation

TagMemory& INMOST::TagMemory::operator= ( TagMemory const &  other)

Assignment operator should not be ever used, but is here for convinience.

Friends And Related Function Documentation

friend class Storage
friend

For debug purposes only.

Definition at line 180 of file inmost_data.h.

friend class Tag
friend

Provide access to interface.

Definition at line 178 of file inmost_data.h.


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