OpenCores
URL https://opencores.org/ocsvn/w11/w11/trunk

Subversion Repositories w11

[/] [w11/] [tags/] [w11a_V0.61/] [tools/] [src/] [librtcltools/] [RtclOPtr.hpp] - Diff between revs 10 and 22

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 10 Rev 22
Line 1... Line 1...
// $Id: RtclOPtr.hpp 365 2011-02-28 07:28:26Z mueller $
// $Id: RtclOPtr.hpp 521 2013-05-20 22:16:45Z mueller $
//
//
// Copyright 2011- by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
// Copyright 2011-2013 by Walter F.J. Mueller <W.F.J.Mueller@gsi.de>
//
//
// This program is free software; you may redistribute and/or modify it under
// This program is free software; you may redistribute and/or modify it under
// the terms of the GNU General Public License as published by the Free
// the terms of the GNU General Public License as published by the Free
// Software Foundation, either version 2, or at your option any later version.
// Software Foundation, either version 2, or at your option any later version.
//
//
Line 11... Line 11...
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
// for complete details.
// for complete details.
// 
// 
// Revision History: 
// Revision History: 
// Date         Rev Version  Comment
// Date         Rev Version  Comment
 
// 2013-05-20   521   1.0.1  declare ctor(Tcl_Obj*) as explicit
// 2011-02-20   363   1.0    Initial version
// 2011-02-20   363   1.0    Initial version
// ---------------------------------------------------------------------------
// ---------------------------------------------------------------------------
 
 
 
 
/*!
/*!
  \file
  \file
  \version $Id: RtclOPtr.hpp 365 2011-02-28 07:28:26Z mueller $
  \version $Id: RtclOPtr.hpp 521 2013-05-20 22:16:45Z mueller $
  \brief   Declaration of class RtclOPtr.
  \brief   Declaration of class RtclOPtr.
*/
*/
 
 
#ifndef included_Retro_RtclOPtr
#ifndef included_Retro_RtclOPtr
#define included_Retro_RtclOPtr 1
#define included_Retro_RtclOPtr 1
Line 31... Line 32...
namespace Retro {
namespace Retro {
 
 
  class RtclOPtr {
  class RtclOPtr {
    public:
    public:
                        RtclOPtr();
                        RtclOPtr();
                        RtclOPtr(Tcl_Obj* pobj);
      explicit          RtclOPtr(Tcl_Obj* pobj);
                        RtclOPtr(const RtclOPtr& rhs);
                        RtclOPtr(const RtclOPtr& rhs);
                        ~RtclOPtr();
                        ~RtclOPtr();
 
 
                        operator Tcl_Obj*() const;
                        operator Tcl_Obj*() const;
      bool              operator !() const;
      bool              operator !() const;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.