File SBCContainerUserPlan.hpp#
FileList > Container > SBCContainerUserPlan.hpp
#include <string>#include <iostream>#include "SBCContainerExport.hpp"
Classes#
| Type | Name |
|---|---|
| class | SBCContainerUserPlan This class describes a user plan. |
Public Types#
| Type | Name |
|---|---|
| typedef SBCContainerUserPlan | SBUserPlan The short name of SBCContainerUserPlan . |
Public Functions#
| Type | Name |
|---|---|
| SB_SBCCONTAINER_EXPORT std::ostream & | operator<< (std::ostream & s, const SBCContainerUserPlan & userPlan) Inserts the string representation of a user plan into an output stream. |
Public Types Documentation#
typedef SBUserPlan#
The short name of SBCContainerUserPlan .
Public Functions Documentation#
function operator<<#
Inserts the string representation of a user plan into an output stream.
SB_SBCCONTAINER_EXPORT std::ostream & operator<< (
std::ostream & s,
const SBCContainerUserPlan & userPlan
)
Parameters:
sThe output stream.userPlanThe user plan to output.
Returns:
The output stream.