Version: 9.15.0
YACS::ENGINE::ForTestOmlyHPContCls Class Reference

#include <PlayGround.hxx>

Collaboration diagram for YACS::ENGINE::ForTestOmlyHPContCls:

Public Member Functions

void setContainerType (const std::string &ct)
 
void setPD (YACS::BASES::AutoConstRefCnt< PartDefinition > pd)
 
void setIDS (const std::vector< std::size_t > &ids)
 
std::string getContainerType () const
 
const PartDefinitiongetPD () const
 
std::vector< int > getIDS () const
 

Private Attributes

std::string _container_type
 
YACS::BASES::AutoConstRefCnt< PartDefinition_pd
 
std::vector< std::size_t > _ids
 

Detailed Description

Definition at line 187 of file PlayGround.hxx.

Member Function Documentation

◆ getContainerType()

std::string YACS::ENGINE::ForTestOmlyHPContCls::getContainerType ( ) const
inline

Definition at line 196 of file PlayGround.hxx.

196 { return _container_type; }

◆ getIDS()

std::vector< int > ForTestOmlyHPContCls::getIDS ( ) const

Definition at line 807 of file PlayGround.cxx.

808  {
809  std::size_t sz(_ids.size());
810  std::vector<int> ret(sz);
811  for(std::size_t i=0;i<sz;i++)
812  ret[i]=_ids[i];
813  return ret;
814  }
std::vector< std::size_t > _ids
Definition: PlayGround.hxx:202

References _ids, and yacsorb.CORBAEngineTest::i.

◆ getPD()

const PartDefinition* YACS::ENGINE::ForTestOmlyHPContCls::getPD ( ) const
inline

Definition at line 197 of file PlayGround.hxx.

197 { return _pd; }
YACS::BASES::AutoConstRefCnt< PartDefinition > _pd
Definition: PlayGround.hxx:201

◆ setContainerType()

void YACS::ENGINE::ForTestOmlyHPContCls::setContainerType ( const std::string &  ct)
inline

Definition at line 192 of file PlayGround.hxx.

192 { _container_type=ct; }

◆ setIDS()

void YACS::ENGINE::ForTestOmlyHPContCls::setIDS ( const std::vector< std::size_t > &  ids)
inline

Definition at line 194 of file PlayGround.hxx.

194 { _ids=ids; }

◆ setPD()

void YACS::ENGINE::ForTestOmlyHPContCls::setPD ( YACS::BASES::AutoConstRefCnt< PartDefinition pd)
inline

Definition at line 193 of file PlayGround.hxx.

193 { _pd=pd; }

Member Data Documentation

◆ _container_type

std::string YACS::ENGINE::ForTestOmlyHPContCls::_container_type
private

Definition at line 200 of file PlayGround.hxx.

◆ _ids

std::vector<std::size_t> YACS::ENGINE::ForTestOmlyHPContCls::_ids
private

Definition at line 202 of file PlayGround.hxx.

Referenced by getIDS().

◆ _pd

YACS::BASES::AutoConstRefCnt<PartDefinition> YACS::ENGINE::ForTestOmlyHPContCls::_pd
private

Definition at line 201 of file PlayGround.hxx.


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