MeeGo 1.2 Harmattan Developer Documentation Develop for the Nokia N9

FCam::CopyableAction< Derived > Class Template Reference

For convenience, derived FCam::Action Action classes may inherit from this so they don't have to implement the FCam::Action::copy method. More...

Inheritance diagram for FCam::CopyableAction< Derived >:
Inheritance graph
[legend]
Collaboration diagram for FCam::CopyableAction< Derived >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

Action copy () const
  Make a new copy of this action on the heap using the default copy constructor.

Detailed Description

template<typename Derived>
class FCam::CopyableAction< Derived >

For convenience, derived FCam::Action Action classes may inherit from this so they don't have to implement the FCam::Action::copy method.

It's templatized over the derived class type.


Member Function Documentation

template<typename Derived>
Action* FCam::CopyableAction< Derived >::copy (  )  const [inline, virtual]

Make a new copy of this action on the heap using the default copy constructor.

Implements FCam::Action.


Copyright (c) 2012, Nokia Corporation and/or its subsidiary(-ies). All rights reserved. See Copyright.
MeeGo 1.2 Harmattan API