MCScheduling 1.0
Set of Algorithms for Solving Mixed-Criticality Scheduling
Public Member Functions
MCScheduling.SimulatedAnnealing.ICloneable< T > Interface Template Reference

Extended support for cloning, which creates a new instance of a generic class with the same value as an existing instance. More...

Inheritance diagram for MCScheduling.SimulatedAnnealing.ICloneable< T >:
MCScheduling.MixedCriticality.SA.CSimulatedAnnealingState

List of all members.

Public Member Functions

void Clone (T instance)
 Copies this object into the specified instance.

Detailed Description

template<T>
interface MCScheduling::SimulatedAnnealing::ICloneable< T >

Extended support for cloning, which creates a new instance of a generic class with the same value as an existing instance.


Member Function Documentation

template<T >
void MCScheduling.SimulatedAnnealing.ICloneable< T >.Clone ( instance)

Copies this object into the specified instance.

Parameters:
instanceThe instance into which is going to be copied.
 All Classes Namespaces Functions Variables Properties