mirror of
https://github.com/thunderbrewhq/squall.git
synced 2026-02-04 00:49:08 +00:00
chore(big): hide the definition of BigData
This commit is contained in:
parent
06094084f3
commit
263f7e9041
4 changed files with 5 additions and 1 deletions
|
|
@ -1,4 +1,5 @@
|
||||||
#include "storm/Big.hpp"
|
#include "storm/Big.hpp"
|
||||||
|
#include "storm/big/BigData.hpp"
|
||||||
#include "storm/big/Ops.hpp"
|
#include "storm/big/Ops.hpp"
|
||||||
#include "storm/Memory.hpp"
|
#include "storm/Memory.hpp"
|
||||||
#include <cstring>
|
#include <cstring>
|
||||||
|
|
|
||||||
|
|
@ -1,9 +1,10 @@
|
||||||
#ifndef STORM_BIG_HPP
|
#ifndef STORM_BIG_HPP
|
||||||
#define STORM_BIG_HPP
|
#define STORM_BIG_HPP
|
||||||
|
|
||||||
#include "storm/big/BigData.hpp"
|
|
||||||
#include "Core.hpp"
|
#include "Core.hpp"
|
||||||
|
|
||||||
|
class BigData;
|
||||||
|
|
||||||
void STORMAPI SBigAdd(BigData* a, BigData* b, BigData* c);
|
void STORMAPI SBigAdd(BigData* a, BigData* b, BigData* c);
|
||||||
|
|
||||||
void STORMAPI SBigAnd(BigData* a, BigData* b, BigData* c);
|
void STORMAPI SBigAnd(BigData* a, BigData* b, BigData* c);
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
// These are the original SBig tests which rely on internals
|
// These are the original SBig tests which rely on internals
|
||||||
#include "test/BigTest.hpp"
|
#include "test/BigTest.hpp"
|
||||||
|
#include "storm/big/BigData.hpp"
|
||||||
#include <string>
|
#include <string>
|
||||||
|
|
||||||
TEST_CASE("SBigAdd internal", "[big]") {
|
TEST_CASE("SBigAdd internal", "[big]") {
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,5 @@
|
||||||
#include "test/BigTest.hpp"
|
#include "test/BigTest.hpp"
|
||||||
|
#include "storm/big/BigData.hpp"
|
||||||
#include "storm/big/Ops.hpp"
|
#include "storm/big/Ops.hpp"
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue