Web Analytics Made Easy - Statcounter
Skip to content

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 .

typedef SBCContainerUserPlan SBUserPlan;


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:

  • s The output stream.
  • userPlan The user plan to output.

Returns:

The output stream.