17 #ifndef DEFAULTSERIALIZEDPROFILECONTAINER_HPP_ 
   18 #define DEFAULTSERIALIZEDPROFILECONTAINER_HPP_ 
   42         profileContainer_ = container;
 
   53     if (profileContainer_) {
 
   54         buffer = profileContainer_->getSerializedProfile();
 
virtual SharedDataBuffer getSerializedProfile()
 
void setProfileContainer(ProfileContainerPtr container)
 
std::shared_ptr< IProfileContainer > ProfileContainerPtr
 
std::shared_ptr< SerializedProfileContainer > SerializedProfileContainerPtr
 
virtual ~SerializedProfileContainer()
 
std::pair< boost::shared_array< std::uint8_t >, std::uint32_t > SharedDataBuffer
 
SerializedProfileContainer()