Spec-Zone.ru › PointCloudLibrary

Базовый класс для всех исключений pcl, наследуемый от std::runtime_error. Подробнее...

#include <pcl/exceptions.h>

Inheritance graph
[легенда]
Collaboration graph
[легенда]

Публичные члены-функции

PCLException (const std::string &error_description, const char *file_name=nullptr, const char *function_name=nullptr, unsigned line_number=0)
const char * getFileName () const throw ()
const char * getFunctionName () const throw ()
unsigned getLineNumber () const throw ()
const char * detailedMessage () const throw ()

Статические защищенные члены-функции

static std::string createDetailedMessage (const std::string &error_description, const char *file_name, const char *function_name, unsigned line_number)

Защищенные атрибуты

const char * file_name_
const char * function_name_
unsigned line_number_

Подробное описание

Базовый класс для всех исключений pcl, наследуемый от std::runtime_error.

Автор
Eitan Marder-Eppstein, Suat Gedikli, Nizar Sallem

Определение в строке 63 файла exceptions.h.

Документация конструктора и деструктора

PCLException()

pcl::PCLException::PCLException ( const std::string & error_description,
const char * file_name = nullptr,
const char * function_name = nullptr,
unsigned line_number = 0
)
inline

Определение в строке 67 файла exceptions.h.

Документация членов-функций

createDetailedMessage()

static std::string pcl::PCLException::createDetailedMessage ( const std::string & error_description,
const char * file_name,
const char * function_name,
unsigned line_number
)
inlinestaticprotected

Определение в строке 107 файла exceptions.h.

detailedMessage()

const char* pcl::PCLException::detailedMessage ( ) const
бросить (
)
inline

Определение в строке 99 файла exceptions.h.

getFileName()

const char* pcl::PCLException::getFileName ( ) const
бросить (
)
inline

Определение в строке 81 файла exceptions.h.

Ссылки на file_name_.

getFunctionName()

const char* pcl::PCLException::getFunctionName ( ) const
бросить (
)
inline

Определение в строке 87 файла exceptions.h.

Ссылки на function_name_.

getLineNumber()

unsigned pcl::PCLException::getLineNumber ( ) const
бросить (
)
inline

Определение в строке 93 файла exceptions.h.

Ссылки на line_number_.

Документация по данным члена

file_name_

const char* pcl::PCLException::file_name_
protected

Определение в строке 127 файла exceptions.h.

Используется в getFileName().

function_name_

const char* pcl::PCLException::function_name_
protected

Определение в строке 128 файла exceptions.h.

Используется в getFunctionName().

line_number_

unsigned pcl::PCLException::line_number_
protected

Определение в строке 129 файла exceptions.h.

Используется в getLineNumber().


Документация для этого класса была сгенерирована из следующего файла:
  • pcl/exceptions.h

© 2009–2012, Willow Garage, Inc.
© 2012–, Open Perception, Inc.
Licensed under the BSD License.
https://pointclouds.org/documentation/classpcl_1_1_p_c_l_exception.html

Spec-Zone.ru

Настройки Оффлайн Что нового Помощь О нас
Spec-Zone .ru
спецификации, руководства, описания, API