![]() |
|
|||
File indexing completed on 2024-04-06 12:11:41
0001 // -*- C++ -*- 0002 // 0003 // Package: Core 0004 // Class : FWItemAccessorBase 0005 // 0006 // Implementation: 0007 // <Notes on implementation> 0008 // 0009 // Original Author: Chris Jones 0010 // Created: Sat Oct 18 08:41:56 EDT 2008 0011 // 0012 0013 // system include files 0014 0015 // user include files 0016 #include "Fireworks/Core/interface/FWItemAccessorBase.h" 0017 0018 // 0019 // constants, enums and typedefs 0020 // 0021 0022 // 0023 // static data member definitions 0024 // 0025 0026 // 0027 // constructors and destructor 0028 // 0029 FWItemAccessorBase::FWItemAccessorBase() {} 0030 0031 // FWItemAccessorBase::FWItemAccessorBase(const FWItemAccessorBase& rhs) 0032 // { 0033 // // do actual copying here; 0034 // } 0035 0036 FWItemAccessorBase::~FWItemAccessorBase() {} 0037 0038 // 0039 // assignment operators 0040 // 0041 // const FWItemAccessorBase& FWItemAccessorBase::operator=(const FWItemAccessorBase& rhs) 0042 // { 0043 // //An exception safe implementation is 0044 // FWItemAccessorBase temp(rhs); 0045 // swap(rhs); 0046 // 0047 // return *this; 0048 // } 0049 0050 // 0051 // member functions 0052 // 0053 0054 // 0055 // const member functions 0056 // 0057 0058 // 0059 // static member functions 0060 //
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |