Entree_Brute#

#include <Entree_Brute.h>
Brief description

An Entree whose main source of data is an arbitrary binary buffer set using the set_data() method.

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree\_Brute <class-entree-brute>`
[Entree\_Brute](#class-entree-brute)

Detailed description#

This Entree can then be used to feed any standard TRUST objects.

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classEntree__Brute__inherit__graph.png

List of Public Methods#

Complete Member Function Documentation#

Entree_Brute#

Definition
Entree_Brute::Entree_Brute()
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree_Brute::Entree_Brute() <entree-brute-public-entree-brute-entree-brute>`
[Entree_Brute::Entree_Brute()](#entree-brute-public-entree-brute-entree-brute)

set_bin#

Definition
void Entree_Brute::set_bin(bool bin) override
Brief description

Change le mode d’ecriture du fichier.

Detailed description

Cette methode peut etre appelee n’importe quand.

Reimplements:

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Entree_Brute::set_bin(bool bin) override <entree-brute-public-void-entree-brute-set-bin-bool-bin-override>`
[void Entree_Brute::set_bin(bool bin) override](#entree-brute-public-void-entree-brute-set-bin-bool-bin-override)

set_data#

Definition
void Entree_Brute::set_data(const char *data, unsigned sz)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Entree_Brute::set_data(const char *data, unsigned sz) <entree-brute-public-void-entree-brute-set-data-const-char-ptr-data-unsigned-sz>`
[void Entree_Brute::set_data(const char *data, unsigned sz)](#entree-brute-public-void-entree-brute-set-data-const-char-ptr-data-unsigned-sz)

~Entree_Brute#

Definition
Entree_Brute::~Entree_Brute() override
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree_Brute::~Entree_Brute() override <entree-brute-public-entree-brute-dtor-entree-brute-override>`
[Entree_Brute::~Entree_Brute() override](#entree-brute-public-entree-brute-dtor-entree-brute-override)

Attributes Documentation#

data_ (protected)
char* Entree_Brute::data_
istrstream_ (protected)
istringstream* Entree_Brute::istrstream_