plotjuggler_plugins
ParserROS
rosx_introspection
3rdparty
Fast-CDR
include
fastcdr
exceptions
NotEnoughMemoryException.h
Go to the documentation of this file.
1
// Copyright 2016 Proyectos y Sistemas de Mantenimiento SL (eProsima).
2
//
3
// Licensed under the Apache License, Version 2.0 (the "License");
4
// you may not use this file except in compliance with the License.
5
// You may obtain a copy of the License at
6
//
7
// http://www.apache.org/licenses/LICENSE-2.0
8
//
9
// Unless required by applicable law or agreed to in writing, software
10
// distributed under the License is distributed on an "AS IS" BASIS,
11
// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
12
// See the License for the specific language governing permissions and
13
// limitations under the License.
14
15
#ifndef _FASTCDR_EXCEPTIONS_NOTENOUGHMEMORYEXCEPTION_H_
16
#define _FASTCDR_EXCEPTIONS_NOTENOUGHMEMORYEXCEPTION_H_
17
18
#include "
Exception.h
"
19
20
namespace
eprosima
{
21
namespace
fastcdr {
22
namespace
exception {
27
class
NotEnoughMemoryException
:
public
Exception
28
{
29
public
:
30
36
Cdr_DllAPI
NotEnoughMemoryException
(
37
const
char
*
const
& message) noexcept;
38
44
Cdr_DllAPI
NotEnoughMemoryException
(
45
const
NotEnoughMemoryException
& ex) noexcept;
46
52
Cdr_DllAPI
NotEnoughMemoryException
(
53
NotEnoughMemoryException
&& ex) noexcept;
54
60
Cdr_DllAPI
NotEnoughMemoryException
&
operator =
(
61
const
NotEnoughMemoryException
& ex) noexcept;
62
68
Cdr_DllAPI
NotEnoughMemoryException
&
operator =
(
69
NotEnoughMemoryException
&& ex) noexcept;
70
72
virtual
Cdr_DllAPI
~NotEnoughMemoryException
() noexcept;
73
75
Cdr_DllAPI
void
raise
()
const
override
;
76
78
static
Cdr_DllAPI
const
char
*
const
NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT
;
79
};
80
}
//namespace exception
81
}
//namespace fastcdr
82
}
//namespace eprosima
83
#endif // _FASTCDR_EXCEPTIONS_NOTENOUGHMEMORYEXCEPTION_H_
eprosima::fastcdr::exception::NotEnoughMemoryException::NotEnoughMemoryException
Cdr_DllAPI NotEnoughMemoryException(const char *const &message) noexcept
Default constructor.
Definition:
NotEnoughMemoryException.cpp:22
Exception.h
eprosima::fastcdr::exception::Exception
This abstract class is used to create exceptions.
Definition:
Exception.h:29
Cdr_DllAPI
#define Cdr_DllAPI
Definition:
fastcdr_dll.h:51
eprosima::fastcdr::exception::NotEnoughMemoryException
This class is thrown as an exception when the buffer's internal memory reachs its size limit.
Definition:
NotEnoughMemoryException.h:27
eprosima
Definition:
fixed_size_string.hpp:32
eprosima::fastcdr::exception::NotEnoughMemoryException::~NotEnoughMemoryException
virtual Cdr_DllAPI ~NotEnoughMemoryException() noexcept
Default destructor.
Definition:
NotEnoughMemoryException.cpp:64
eprosima::fastcdr::exception::NotEnoughMemoryException::operator=
Cdr_DllAPI NotEnoughMemoryException & operator=(const NotEnoughMemoryException &ex) noexcept
Assigment operation.
Definition:
NotEnoughMemoryException.cpp:40
eprosima::fastcdr::exception::NotEnoughMemoryException::NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT
static const Cdr_DllAPI char *const NOT_ENOUGH_MEMORY_MESSAGE_DEFAULT
Default message used in the library.
Definition:
NotEnoughMemoryException.h:78
plotjuggler
Author(s): Davide Faconti
autogenerated on Mon Nov 11 2024 03:23:45