Subversion Repositories DevTools

Rev

Rev 2263 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2263 Rev 2265
Line 148... Line 148...
148
 
148
 
149
      //## Operation: setScenarioName%42084D300222
149
      //## Operation: setScenarioName%42084D300222
150
      //	Set the scenario name, and evaluate to it.
150
      //	Set the scenario name, and evaluate to it.
151
      std::string & setScenarioName (const std::string &value	// The scenario name.
151
      std::string & setScenarioName (const std::string &value	// The scenario name.
152
      );
152
      );
-
 
153
      
-
 
154
      
-
 
155
      //## Operation: buildBatchName%4208537A00B6
-
 
156
      //	Build a batch name from the given scenario name and evaluate to it.
-
 
157
      std::string & buildBatchName (std::string &batchName, 	// The value to which this method evaluates.
-
 
158
      const std::string &scenarioName	// The scenario name.
-
 
159
      );
-
 
160
      
153
 
161
 
154
    // Additional Public Declarations
162
    // Additional Public Declarations
155
      //## begin TestScenario%42030C2C00B8.public preserve=yes
163
      //## begin TestScenario%42030C2C00B8.public preserve=yes
156
      //## end TestScenario%42030C2C00B8.public
164
      //## end TestScenario%42030C2C00B8.public
157
 
165
 
Line 168... Line 176...
168
 
176
 
169
    //## Assignment Operation (generated)
177
    //## Assignment Operation (generated)
170
      TestScenario & operator=(const TestScenario &right);
178
      TestScenario & operator=(const TestScenario &right);
171
 
179
 
172
 
180
 
173
    //## Other Operations (specified)
-
 
174
      //## Operation: buildBatchName%4208537A00B6
-
 
175
      //	Build a batch name from the given scenario name and evaluate to it.
-
 
176
      std::string & buildBatchName (std::string &batchName, 	// The value to which this method evaluates.
-
 
177
      const std::string &scenarioName	// The scenario name.
-
 
178
      );
-
 
179
 
181
 
180
    // Data Members for Class Attributes
182
    // Data Members for Class Attributes
181
 
183
 
182
      //## Attribute: batchSize%42042D510058
184
      //## Attribute: batchSize%42042D510058
183
      //	The number of transactions in a batch.
185
      //	The number of transactions in a batch.