xrootd
Public Member Functions | List of all members
XrdCl::VirtualMessage Class Reference

A message that aims to use a VirtualRedirector. More...

#include <XrdClMessage.hh>

Inheritance diagram for XrdCl::VirtualMessage:
Inheritance graph
[legend]
Collaboration diagram for XrdCl::VirtualMessage:
Collaboration graph
[legend]

Public Member Functions

 VirtualMessage (uint32_t size=0)
 
- Public Member Functions inherited from XrdCl::Message
 Message (uint32_t size=0)
 Constructor. More...
 
virtual ~Message ()
 Destructor. More...
 
bool IsMarshalled () const
 Check if the message is marshalled. More...
 
void SetIsMarshalled (bool isMarshalled)
 Set the marshalling status. More...
 
void SetDescription (const std::string &description)
 Set the description of the message. More...
 
const std::string & GetDescription () const
 Get the description of the message. More...
 
void SetSessionId (uint64_t sessionId)
 Set the session ID which this message is meant for. More...
 
uint64_t GetSessionId () const
 Get the session ID the message is meant for. More...
 
- Public Member Functions inherited from XrdCl::Buffer
 Buffer (uint32_t size=0)
 Constructor. More...
 
virtual ~Buffer ()
 Destructor. More...
 
const char * GetBuffer (uint32_t offset=0) const
 Get the message buffer. More...
 
char * GetBuffer (uint32_t offset=0)
 Get the message buffer. More...
 
void ReAllocate (uint32_t size)
 Reallocate the buffer to a new location of a given size. More...
 
void Free ()
 Free the buffer. More...
 
void Allocate (uint32_t size)
 Allocate the buffer. More...
 
void Zero ()
 Zero. More...
 
uint32_t GetSize () const
 Get the size of the message. More...
 
uint32_t GetCursor () const
 Get append cursor. More...
 
void SetCursor (uint32_t cursor)
 Set the cursor. More...
 
void AdvanceCursor (uint32_t delta)
 Advance the cursor. More...
 
void Append (const char *buffer, uint32_t size)
 Append data at the position pointed to by the append cursor. More...
 
void Append (const char *buffer, uint32_t size, uint32_t offset)
 Append data at the given offset. More...
 
char * GetBufferAtCursor ()
 Get the buffer pointer at the append cursor. More...
 
const char * GetBufferAtCursor () const
 Get the buffer pointer at the append cursor. More...
 
void FromString (const std::string str)
 Fill the buffer from a string. More...
 
std::string ToString () const
 Convert the buffer to a string. More...
 
void Grab (char *buffer, uint32_t size)
 Grab a buffer allocated outside. More...
 
char * Release ()
 Release the buffer. More...
 

Detailed Description

A message that aims to use a VirtualRedirector.

Constructor & Destructor Documentation

◆ VirtualMessage()

XrdCl::VirtualMessage::VirtualMessage ( uint32_t  size = 0)
inline

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