Entree_Brute#
#include <Entree_Brute.h>
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#
public : Entree
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
Complete Member Function Documentation#
Entree_Brute#
Entree_Brute::Entree_Brute()
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#
void Entree_Brute::set_bin(bool bin) override
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#
void Entree_Brute::set_data(const char *data, unsigned sz)
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#
Entree_Brute::~Entree_Brute() override
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#
char* Entree_Brute::data_
istringstream* Entree_Brute::istrstream_