b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2000::CaseList Class Referenceabstract

#include "b2case.H"

Inheritance diagram for b2000::CaseList:
Collaboration diagram for b2000::CaseList:

Public Member Functions

virtual Caseget_case (const std::string &case_id)
 
- Public Member Functions inherited from b2000::Object
virtual const std::string & get_object_name () const
 
virtual ~Object ()
 

Additional Inherited Members

- Static Public Attributes inherited from b2000::Object
static ObjectType type
 

Detailed Description

This abstract class defines the interface for a collection of load cases.

Member Function Documentation

◆ get_case()

virtual Case * b2000::CaseList::get_case ( const std::string &  case_id)
inlinevirtual
Returns
A pointer to the Case instance with identifier case_id, or 0 if the case list does not contain a case with this id.

The computational cost of this operation can by O(n) where n is equal to get_number_of_case().


The documentation for this class was generated from the following files: