Stroika Library 3.0d16
 
Loading...
Searching...
No Matches
CaptureSet.inl
1/*
2 * Copyright(c) Sophist Solutions, Inc. 1990-2025. All rights reserved
3 */
4
5namespace Stroika::Frameworks::SystemPerformance {
6
7 /*
8 ********************************************************************************
9 *********************** SystemPerformance::CaptureSet **************************
10 ********************************************************************************
11 */
12 inline void CaptureSet::AddInstrument (const Instrument& i)
13 {
14 fInstruments_.Add (i);
15 }
16
17}