openETCS
case study for the European Train Control System developed for the authors dissertation
Public Member Functions | Public Attributes | List of all members
GOPPRR::CBinding Struct Reference

binding class representation More...

#include <Binding.h>

Collaboration diagram for GOPPRR::CBinding:
Collaboration graph

Public Member Functions

 CBinding (GOPPRR::CRelationship *const pRelationship, const GOPPRR::CConnection &Connection) throw ()
 general constructor
 CBinding (const CBinding &Source) throw ()
 copy constructor
CBindingoperator= (const CBinding &Source) throw ()
 assignment operator
virtual ~CBinding () throw ()
 destructor

Public Attributes

GOPPRR::CConnection m_Connection
 connection of a binding
GOPPRR::CRelationshipm_pRelationship
 pointer to relation ship of a binding

Detailed Description

binding class representation

Definition at line 43 of file Binding.h.

Constructor & Destructor Documentation

GOPPRR::CBinding::CBinding ( GOPPRR::CRelationship *const  pRelationship,
const GOPPRR::CConnection Connection 
) throw ()

general constructor

Parameters
[in]pRelationshippointer to related relationship object
[in]Connectionconnection object of this binding

Definition at line 32 of file Binding.cpp.

GOPPRR::CBinding::CBinding ( const CBinding Source) throw ()

copy constructor

Parameters
[in]Sourceobject to copy

Definition at line 44 of file Binding.cpp.

GOPPRR::CBinding::~CBinding ( ) throw ()
virtual

destructor

Definition at line 55 of file Binding.cpp.

Member Function Documentation

GOPPRR::CBinding & GOPPRR::CBinding::operator= ( const CBinding Source) throw ()

assignment operator

Parameters
[in]Sourceobject instance to assign from

Definition at line 65 of file Binding.cpp.

References m_pRelationship.

Member Data Documentation

GOPPRR::CConnection GOPPRR::CBinding::m_Connection

connection of a binding

Definition at line 90 of file Binding.h.

GOPPRR::CRelationship* GOPPRR::CBinding::m_pRelationship

pointer to relation ship of a binding

Definition at line 83 of file Binding.h.

Referenced by operator=().


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

Copyright (C) 2010-2012 Johannes Feuser (feuser@uni-bremen.de)
The openETCS library is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or any later version.
The openETCS library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with the openETCS library. If not, see "http://www.gnu.org/licenses/.